#30036E

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

Shades of Persian Indigo #30036E

Tints of Persian Indigo #30036E

Color information

#30036E (or 0x30036E) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 6E. RGB value is (48,3,110). Sum of RGB (Red+Green+Blue) = 48+3+110=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #30036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30036E is #CFFC91. Grayscale: #1C1C1C. Windows color (decimal): -13630610 or 7209776. OLE color: 7209776.

HSL color Cylindrical-coordinate representation of color #30036E: hue angle of 265.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30036E is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB483110-
CMYK0.560.9700.57
HSL265.23º94.69%22.16%-
HSV(B)265.23º97.27%43.14%-
XYZ4.071.8214.89-
YUV28.65173.91141.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=29.81%
G=1.86%
B=68.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4831100.560.9700.57265.2394.6922.16
Hex3036E38610391095f16
Octal6031567014107141113726
Binary11000011110111011100011000010111001100001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30036E; }

 p { color: rgb(48,3,110); }

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

<style>
 a { background-color: #30036E; }

 a { background-color: rgb(48,3,110); }

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

<style>
 span { border-color: #30036E; }

 span { border-color: rgb(48,3,110); }

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