Html Css Color HEX #34046C Persian Indigo

📋 copy color: '#34046C'

red 52 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #34046C

Tints of Persian Indigo #34046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.85%

R = 31.71%
G = 2.44%
B = 65.85%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34046C (or 0x34046C) is known color: Persian Indigo. HEX triplet: 34, 04 and 6C. RGB value is (52,4,108). Sum of RGB (Red+Green+Blue) = 52+4+108=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #34046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34046C is #CBFB93. Grayscale: #1D1D1D. Windows color (decimal): -13368212 or 7078964. OLE color: 7078964.

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

Color convert

RGB 52 4 108 -
CMYK 0.52 0.96 0 0.58
HSL 267.69º 0.93% 0.22% -
HSV(B) 267.69º 0.96% 0.42% -
XYZ 4.17 1.9 14.33 -
YUV 30.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 52 4 108 0.52 0.96 0 0.58 267.69 0.93 0.22
Hex 34 4 6C 34 60 0 3A 10C 5D 16
Octal 64 4 154 64 140 0 72 414 135 26
Binary 110100 100 1101100 110100 1100000 0 111010 100001100 1011101 10110

Color Harmonies of #34046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34046C

Black with #34046C

Text Example


Text Example

White with #34046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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