Html Css Color HEX #30009E Persian Indigo

📋 copy color: '#30009E'

red 48 ◦ green 0 ◦ blue 158

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

Shades of Persian Indigo #30009E

Tints of Persian Indigo #30009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 76.7%

R = 23.3%
G = 0%
B = 76.7%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30009E (or 0x30009E) is known color: Persian Indigo. HEX triplet: 30, 00 and 9E. RGB value is (48,0,158). Sum of RGB (Red+Green+Blue) = 48+0+158=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #30009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30009E is #CFFF61. Grayscale: #1F1F1F. Windows color (decimal): -13631330 or 10354736. OLE color: 10354736.

HSL color Cylindrical-coordinate representation of color #30009E: hue angle of 258.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30009E is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 0 158 -
CMYK 0.70 1 0 0.38
HSL 258.23º 1% 0.31% -
HSV(B) 258.23º 1% 0.62% -
XYZ 7.39 3.1 32.56 -
YUV 32.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 48 0 158 0.70 1 0 0.38 258.23 1 0.31
Hex 30 0 9E 46 64 0 26 102 64 1F
Octal 60 0 236 106 144 0 46 402 144 37
Binary 110000 0 10011110 1000110 1100100 0 100110 100000010 1100100 11111

Color Harmonies of #30009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30009E

Black with #30009E

Text Example


Text Example

White with #30009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30009E; }

 p { color: rgb(48,0,158); }

 H1.HeaderClassName
 {
   color: #30009E;
 }
 .AnyTagClassName
 {
   color: #30009E;
 }
</style>

background-color css

<style>
 a { background-color: #30009E; }

 a { background-color: rgb(48,0,158); }

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

border-color css

<style>
 span { border-color: #30009E; }

 span { border-color: rgb(48,0,158); }

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