#30096C

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

Shades of Persian Indigo #30096C

Tints of Persian Indigo #30096C

Color information

#30096C (or 0x30096C) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 6C. RGB value is (48,9,108). Sum of RGB (Red+Green+Blue) = 48+9+108=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #30096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30096C is #CFF693. Grayscale: #1F1F1F. Windows color (decimal): -13629076 or 7080240. OLE color: 7080240.

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

Color convert

RGB489108-
CMYK0.560.9200.58
HSL263.64º84.62%22.94%-
HSV(B)263.64º91.67%42.35%-
XYZ4.021.9114.34-
YUV31.95170.92139.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=29.09%
G=5.45%
B=65.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4891080.560.9200.58263.6484.6222.94
Hex3096C385C03A1085517
Octal60111547013407241012527
Binary1100001001110110011100010111000111010100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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