Html Css Color HEX #34047C Persian Indigo

📋 copy color: '#34047C'

red 52 ◦ green 4 ◦ blue 124

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

Shades of Persian Indigo #34047C

Tints of Persian Indigo #34047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.89%

R = 28.89%
G = 2.22%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34047C (or 0x34047C) is known color: Persian Indigo. HEX triplet: 34, 04 and 7C. RGB value is (52,4,124). Sum of RGB (Red+Green+Blue) = 52+4+124=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #34047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34047C is #CBFB83. Grayscale: #1F1F1F. Windows color (decimal): -13368196 or 8127540. OLE color: 8127540.

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

Color convert

RGB 52 4 124 -
CMYK 0.58 0.97 0 0.51
HSL 264º 0.94% 0.25% -
HSV(B) 264º 0.97% 0.49% -
XYZ 5.1 2.27 19.24 -
YUV 32.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 52 4 124 0.58 0.97 0 0.51 264 0.94 0.25
Hex 34 4 7C 3A 61 0 33 108 5E 19
Octal 64 4 174 72 141 0 63 410 136 31
Binary 110100 100 1111100 111010 1100001 0 110011 100001000 1011110 11001

Color Harmonies of #34047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34047C

Black with #34047C

Text Example


Text Example

White with #34047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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