Html Css Color HEX #34047F Persian Indigo

📋 copy color: '#34047F'

red 52 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #34047F

Tints of Persian Indigo #34047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 28.42%
G = 2.19%
B = 69.4%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34047F (or 0x34047F) is known color: Persian Indigo. HEX triplet: 34, 04 and 7F. RGB value is (52,4,127). Sum of RGB (Red+Green+Blue) = 52+4+127=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #34047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34047F is #CBFB80. Grayscale: #1F1F1F. Windows color (decimal): -13368193 or 8324148. OLE color: 8324148.

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

Color convert

RGB 52 4 127 -
CMYK 0.59 0.97 0 0.50
HSL 263.41º 0.94% 0.26% -
HSV(B) 263.41º 0.97% 0.5% -
XYZ 5.29 2.35 20.25 -
YUV 32.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 52 4 127 0.59 0.97 0 0.50 263.41 0.94 0.26
Hex 34 4 7F 3B 61 0 32 107 5E 1A
Octal 64 4 177 73 141 0 62 407 136 32
Binary 110100 100 1111111 111011 1100001 0 110010 100000111 1011110 11010

Color Harmonies of #34047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34047F

Black with #34047F

Text Example


Text Example

White with #34047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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