Html Css Color HEX #30027E Persian Indigo

📋 copy color: '#30027E'

red 48 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #30027E

Tints of Persian Indigo #30027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 27.27%
G = 1.14%
B = 71.59%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30027E (or 0x30027E) is known color: Persian Indigo. HEX triplet: 30, 02 and 7E. RGB value is (48,2,126). Sum of RGB (Red+Green+Blue) = 48+2+126=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #30027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30027E is #CFFD81. Grayscale: #1D1D1D. Windows color (decimal): -13630850 or 8258096. OLE color: 8258096.

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

Color convert

RGB 48 2 126 -
CMYK 0.62 0.98 0 0.51
HSL 262.26º 0.97% 0.25% -
HSV(B) 262.26º 0.98% 0.49% -
XYZ 5.01 2.18 19.9 -
YUV 29.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 48 2 126 0.62 0.98 0 0.51 262.26 0.97 0.25
Hex 30 2 7E 3E 62 0 33 106 61 19
Octal 60 2 176 76 142 0 63 406 141 31
Binary 110000 10 1111110 111110 1100010 0 110011 100000110 1100001 11001

Color Harmonies of #30027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30027E

Black with #30027E

Text Example


Text Example

White with #30027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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