Html Css Color HEX #34027F Persian Indigo

📋 copy color: '#34027F'

red 52 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #34027F

Tints of Persian Indigo #34027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.17%

R = 28.73%
G = 1.1%
B = 70.17%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34027F (or 0x34027F) is known color: Persian Indigo. HEX triplet: 34, 02 and 7F. RGB value is (52,2,127). Sum of RGB (Red+Green+Blue) = 52+2+127=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #34027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34027F is #CBFD80. Grayscale: #1E1E1E. Windows color (decimal): -13368705 or 8323636. OLE color: 8323636.

HSL color Cylindrical-coordinate representation of color #34027F: hue angle of 264º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34027F is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 2 127 -
CMYK 0.59 0.98 0 0.50
HSL 264º 0.97% 0.25% -
HSV(B) 264º 0.98% 0.5% -
XYZ 5.27 2.31 20.25 -
YUV 31.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 52 2 127 0.59 0.98 0 0.50 264 0.97 0.25
Hex 34 2 7F 3B 62 0 32 108 61 19
Octal 64 2 177 73 142 0 62 410 141 31
Binary 110100 10 1111111 111011 1100010 0 110010 100001000 1100001 11001

Color Harmonies of #34027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34027F

Black with #34027F

Text Example


Text Example

White with #34027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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