Html Css Color HEX #34046F Persian Indigo

📋 copy color: '#34046F'

red 52 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #34046F

Tints of Persian Indigo #34046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.47%

R = 31.14%
G = 2.4%
B = 66.47%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34046F (or 0x34046F) is known color: Persian Indigo. HEX triplet: 34, 04 and 6F. RGB value is (52,4,111). Sum of RGB (Red+Green+Blue) = 52+4+111=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #34046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34046F is #CBFB90. Grayscale: #1E1E1E. Windows color (decimal): -13368209 or 7275572. OLE color: 7275572.

HSL color Cylindrical-coordinate representation of color #34046F: hue angle of 266.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34046F is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 4 111 -
CMYK 0.53 0.96 0 0.56
HSL 266.92º 0.93% 0.23% -
HSV(B) 266.92º 0.96% 0.44% -
XYZ 4.33 1.96 15.19 -
YUV 30.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 52 4 111 0.53 0.96 0 0.56 266.92 0.93 0.23
Hex 34 4 6F 35 60 0 38 10B 5D 17
Octal 64 4 157 65 140 0 70 413 135 27
Binary 110100 100 1101111 110101 1100000 0 111000 100001011 1011101 10111

Color Harmonies of #34046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34046F

Black with #34046F

Text Example


Text Example

White with #34046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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