#30029B

Color #30029B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #30029B

Tints of Persian Indigo #30029B

Color information

#30029B (or 0x30029B) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 9B. RGB value is (48,2,155). Sum of RGB (Red+Green+Blue) = 48+2+155=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #30029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30029B is #CFFD64. Grayscale: #202020. Windows color (decimal): -13630821 or 10158640. OLE color: 10158640.

HSL color Cylindrical-coordinate representation of color #30029B: hue angle of 258.04º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30029B is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB482155-
CMYK0.690.9900.39
HSL258.04º97.45%30.78%-
HSV(B)258.04º98.71%60.78%-
XYZ7.163.0431.22-
YUV33.2196.74138.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 155 (60.94% from 255) = 75.61%
R=23.41%
G=0.98%
B=75.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4821550.690.9900.39258.0497.4530.78
Hex3029B4563027102611f
Octal60223310514304740214137
Binary1100001010011011100010111000110100111100000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30029B; }

 p { color: rgb(48,2,155); }

 H1.HeaderClassName
 {
   color: #30029B;
 }
 .AnyTagClassName
 {
   color: #30029B;
 }
</style>
background-color css

<style>
 a { background-color: #30029B; }

 a { background-color: rgb(48,2,155); }

 div.DivClassName
 {
   background-color: #30029B;
 }
 .BgClassName
 {
   background-color: #30029B;
 }
</style>
border-color css

<style>
 span { border-color: #30029B; }

 span { border-color: rgb(48,2,155); }

 td.TdClassName
 {
   border-color: #30029B;
 }
 .TagClassName
 {
   border-color: #30029B;
 }
</style>