Html Css Color HEX #30099D Persian Indigo

📋 copy color: '#30099D'

red 48 ◦ green 9 ◦ blue 157

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

Shades of Persian Indigo #30099D

Tints of Persian Indigo #30099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.36%

R = 22.43%
G = 4.21%
B = 73.36%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30099D (or 0x30099D) is known color: Persian Indigo. HEX triplet: 30, 09 and 9D. RGB value is (48,9,157). Sum of RGB (Red+Green+Blue) = 48+9+157=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #30099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30099D is #CFF662. Grayscale: #242424. Windows color (decimal): -13629027 or 10291504. OLE color: 10291504.

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

Color convert

RGB 48 9 157 -
CMYK 0.69 0.94 0 0.38
HSL 255.81º 0.89% 0.33% -
HSV(B) 255.81º 0.94% 0.62% -
XYZ 7.4 3.26 32.14 -
YUV 37.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 48 9 157 0.69 0.94 0 0.38 255.81 0.89 0.33
Hex 30 9 9D 45 5E 0 26 100 59 21
Octal 60 11 235 105 136 0 46 400 131 41
Binary 110000 1001 10011101 1000101 1011110 0 100110 100000000 1011001 100001

Color Harmonies of #30099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30099D

Black with #30099D

Text Example


Text Example

White with #30099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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