Html Css Color HEX #30209C Persian Indigo

📋 copy color: '#30209C'

red 48 ◦ green 32 ◦ blue 156

#30209C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #30209C

Tints of Persian Indigo #30209C

RGB

 RED value IS 48 (19.14% from 255) = 20.34%

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 20.34%
G = 13.56%
B = 66.1%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30209C (or 0x30209C) is known color: Persian Indigo. HEX triplet: 30, 20 and 9C. RGB value is (48,32,156). Sum of RGB (Red+Green+Blue) = 48+32+156=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #30209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30209C is #CFDF63. Grayscale: #323232. Windows color (decimal): -13623140 or 10231856. OLE color: 10231856.

HSL color Cylindrical-coordinate representation of color #30209C: hue angle of 247.74º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30209C is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 32 156 -
CMYK 0.69 0.79 0 0.39
HSL 247.74º 0.66% 0.37% -
HSV(B) 247.74º 0.79% 0.61% -
XYZ 7.74 4.06 31.83 -
YUV 50.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 48 32 156 0.69 0.79 0 0.39 247.74 0.66 0.37
Hex 30 20 9C 45 4F 0 27 F8 42 25
Octal 60 40 234 105 117 0 47 370 102 45
Binary 110000 100000 10011100 1000101 1001111 0 100111 11111000 1000010 100101

Color Harmonies of #30209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30209C

Black with #30209C

Text Example


Text Example

White with #30209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,32,156); }

 H1.HeaderClassName
 {
   color: #30209C;
 }
 .AnyTagClassName
 {
   color: #30209C;
 }
</style>

background-color css

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

 a { background-color: rgb(48,32,156); }

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

border-color css

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

 span { border-color: rgb(48,32,156); }

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