Html Css Color HEX #34027E Persian Indigo

📋 copy color: '#34027E'

red 52 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #34027E

Tints of Persian Indigo #34027E

RGB

 RED value IS 52 (20.7% from 255) = 28.89%

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

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

R = 28.89%
G = 1.11%
B = 70%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34027E (or 0x34027E) is known color: Persian Indigo. HEX triplet: 34, 02 and 7E. RGB value is (52,2,126). Sum of RGB (Red+Green+Blue) = 52+2+126=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #34027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34027E is #CBFD81. Grayscale: #1E1E1E. Windows color (decimal): -13368706 or 8258100. OLE color: 8258100.

HSL color Cylindrical-coordinate representation of color #34027E: hue angle of 264.19º 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 #34027E is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 2 126 -
CMYK 0.59 0.98 0 0.51
HSL 264.19º 0.97% 0.25% -
HSV(B) 264.19º 0.98% 0.49% -
XYZ 5.2 2.28 19.9 -
YUV 31.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 52 2 126 0.59 0.98 0 0.51 264.19 0.97 0.25
Hex 34 2 7E 3B 62 0 33 108 61 19
Octal 64 2 176 73 142 0 63 410 141 31
Binary 110100 10 1111110 111011 1100010 0 110011 100001000 1100001 11001

Color Harmonies of #34027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34027E

Black with #34027E

Text Example


Text Example

White with #34027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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