Html Css Color HEX #30117E Persian Indigo

📋 copy color: '#30117E'

red 48 ◦ green 17 ◦ blue 126

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

Shades of Persian Indigo #30117E

Tints of Persian Indigo #30117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 126 (49.61% from 255) = 65.97%

R = 25.13%
G = 8.9%
B = 65.97%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30117E (or 0x30117E) is known color: Persian Indigo. HEX triplet: 30, 11 and 7E. RGB value is (48,17,126). Sum of RGB (Red+Green+Blue) = 48+17+126=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #30117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30117E is #CFEE81. Grayscale: #262626. Windows color (decimal): -13627010 or 8261936. OLE color: 8261936.

HSL color Cylindrical-coordinate representation of color #30117E: hue angle of 257.06º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30117E is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 17 126 -
CMYK 0.62 0.87 0 0.51
HSL 257.06º 0.76% 0.28% -
HSV(B) 257.06º 0.87% 0.49% -
XYZ 5.19 2.54 19.95 -
YUV 38.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 48 17 126 0.62 0.87 0 0.51 257.06 0.76 0.28
Hex 30 11 7E 3E 57 0 33 101 4C 1C
Octal 60 21 176 76 127 0 63 401 114 34
Binary 110000 10001 1111110 111110 1010111 0 110011 100000001 1001100 11100

Color Harmonies of #30117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30117E

Black with #30117E

Text Example


Text Example

White with #30117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,17,126); }

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

background-color css

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

 a { background-color: rgb(48,17,126); }

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

border-color css

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

 span { border-color: rgb(48,17,126); }

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