#30138C

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

Shades of Persian Indigo #30138C

Tints of Persian Indigo #30138C

Color information

#30138C (or 0x30138C) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 8C. RGB value is (48,19,140). Sum of RGB (Red+Green+Blue) = 48+19+140=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #30138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30138C is #CFEC73. Grayscale: #292929. Windows color (decimal): -13626484 or 9179952. OLE color: 9179952.

HSL color Cylindrical-coordinate representation of color #30138C: hue angle of 254.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30138C is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4819140-
CMYK0.660.8600.45
HSL254.38º76.1%31.18%-
HSV(B)254.38º86.43%54.9%-
XYZ6.192.9925.06-
YUV41.46183.61132.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 140 (55.08% from 255) = 67.63%
R=23.19%
G=9.18%
B=67.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48191400.660.8600.45254.3876.131.18
Hex30138C425602Dfe4c1f
Octal602321410212605537611437
Binary110000100111000110010000101010110010110111111110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30138C; }

 p { color: rgb(48,19,140); }

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

<style>
 a { background-color: #30138C; }

 a { background-color: rgb(48,19,140); }

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

<style>
 span { border-color: #30138C; }

 span { border-color: rgb(48,19,140); }

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