Html Css Color HEX #30009D Persian Indigo

📋 copy color: '#30009D'

red 48 ◦ green 0 ◦ blue 157

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

Shades of Persian Indigo #30009D

Tints of Persian Indigo #30009D

RGB

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

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

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

R = 23.41%
G = 0%
B = 76.59%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30009D (or 0x30009D) is known color: Persian Indigo. HEX triplet: 30, 00 and 9D. RGB value is (48,0,157). Sum of RGB (Red+Green+Blue) = 48+0+157=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #30009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30009D is #CFFF62. Grayscale: #1F1F1F. Windows color (decimal): -13631331 or 10289200. OLE color: 10289200.

HSL color Cylindrical-coordinate representation of color #30009D: hue angle of 258.34º 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 #30009D is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 0 157 -
CMYK 0.69 1 0 0.38
HSL 258.34º 1% 0.31% -
HSV(B) 258.34º 1% 0.62% -
XYZ 7.3 3.06 32.1 -
YUV 32.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 48 0 157 0.69 1 0 0.38 258.34 1 0.31
Hex 30 0 9D 45 64 0 26 102 64 1F
Octal 60 0 235 105 144 0 46 402 144 37
Binary 110000 0 10011101 1000101 1100100 0 100110 100000010 1100100 11111

Color Harmonies of #30009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30009D

Black with #30009D

Text Example


Text Example

White with #30009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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