Html Css Color HEX #34046D Persian Indigo

📋 copy color: '#34046D'

red 52 ◦ green 4 ◦ blue 109

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

Shades of Persian Indigo #34046D

Tints of Persian Indigo #34046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 31.52%
G = 2.42%
B = 66.06%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34046D (or 0x34046D) is known color: Persian Indigo. HEX triplet: 34, 04 and 6D. RGB value is (52,4,109). Sum of RGB (Red+Green+Blue) = 52+4+109=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #34046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34046D is #CBFB92. Grayscale: #1D1D1D. Windows color (decimal): -13368211 or 7144500. OLE color: 7144500.

HSL color Cylindrical-coordinate representation of color #34046D: hue angle of 267.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34046D is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 4 109 -
CMYK 0.52 0.96 0 0.57
HSL 267.43º 0.93% 0.22% -
HSV(B) 267.43º 0.96% 0.43% -
XYZ 4.22 1.92 14.62 -
YUV 30.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 52 4 109 0.52 0.96 0 0.57 267.43 0.93 0.22
Hex 34 4 6D 34 60 0 39 10B 5D 16
Octal 64 4 155 64 140 0 71 413 135 26
Binary 110100 100 1101101 110100 1100000 0 111001 100001011 1011101 10110

Color Harmonies of #34046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34046D

Black with #34046D

Text Example


Text Example

White with #34046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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