Html Css Color HEX #30209A Persian Indigo

📋 copy color: '#30209A'

red 48 ◦ green 32 ◦ blue 154

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

Shades of Persian Indigo #30209A

Tints of Persian Indigo #30209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 20.51%
G = 13.68%
B = 65.81%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30209A (or 0x30209A) is known color: Persian Indigo. HEX triplet: 30, 20 and 9A. RGB value is (48,32,154). Sum of RGB (Red+Green+Blue) = 48+32+154=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #30209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30209A is #CFDF65. Grayscale: #323232. Windows color (decimal): -13623142 or 10100784. OLE color: 10100784.

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

Color convert

RGB 48 32 154 -
CMYK 0.69 0.79 0 0.40
HSL 247.87º 0.66% 0.36% -
HSV(B) 247.87º 0.79% 0.6% -
XYZ 7.57 3.99 30.94 -
YUV 50.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 48 32 154 0.69 0.79 0 0.40 247.87 0.66 0.36
Hex 30 20 9A 45 4F 0 28 F8 42 24
Octal 60 40 232 105 117 0 50 370 102 44
Binary 110000 100000 10011010 1000101 1001111 0 101000 11111000 1000010 100100

Color Harmonies of #30209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30209A

Black with #30209A

Text Example


Text Example

White with #30209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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