Html Css Color HEX #30099C Persian Indigo

📋 copy color: '#30099C'

red 48 ◦ green 9 ◦ blue 156

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

Shades of Persian Indigo #30099C

Tints of Persian Indigo #30099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 22.54%
G = 4.23%
B = 73.24%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30099C (or 0x30099C) is known color: Persian Indigo. HEX triplet: 30, 09 and 9C. RGB value is (48,9,156). Sum of RGB (Red+Green+Blue) = 48+9+156=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #30099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30099C is #CFF663. Grayscale: #242424. Windows color (decimal): -13629028 or 10225968. OLE color: 10225968.

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

Color convert

RGB 48 9 156 -
CMYK 0.69 0.94 0 0.39
HSL 255.92º 0.89% 0.32% -
HSV(B) 255.92º 0.94% 0.61% -
XYZ 7.32 3.22 31.69 -
YUV 37.42 194.92 135.55 -
System Red Green Blue C M Y K H S L
Decimal 48 9 156 0.69 0.94 0 0.39 255.92 0.89 0.32
Hex 30 9 9C 45 5E 0 27 100 59 20
Octal 60 11 234 105 136 0 47 400 131 40
Binary 110000 1001 10011100 1000101 1011110 0 100111 100000000 1011001 100000

Color Harmonies of #30099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30099C

Black with #30099C

Text Example


Text Example

White with #30099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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