#30026C

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

Shades of Persian Indigo #30026C

Tints of Persian Indigo #30026C

Color information

#30026C (or 0x30026C) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 6C. RGB value is (48,2,108). Sum of RGB (Red+Green+Blue) = 48+2+108=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #30026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30026C is #CFFD93. Grayscale: #1B1B1B. Windows color (decimal): -13630868 or 7078448. OLE color: 7078448.

HSL color Cylindrical-coordinate representation of color #30026C: hue angle of 266.04º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30026C is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB482108-
CMYK0.560.9800.58
HSL266.04º96.36%21.57%-
HSV(B)266.04º98.15%42.35%-
XYZ3.951.7514.32-
YUV27.84173.24142.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 108 (42.58% from 255) = 68.35%
R=30.38%
G=1.27%
B=68.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4821080.560.9800.58266.0496.3621.57
Hex3026C386203A10a6016
Octal6021547014207241214026
Binary11000010110110011100011000100111010100001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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