Html Css Color HEX #34056C Persian Indigo

📋 copy color: '#34056C'

red 52 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #34056C

Tints of Persian Indigo #34056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 31.52%
G = 3.03%
B = 65.45%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34056C (or 0x34056C) is known color: Persian Indigo. HEX triplet: 34, 05 and 6C. RGB value is (52,5,108). Sum of RGB (Red+Green+Blue) = 52+5+108=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #34056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34056C is #CBFA93. Grayscale: #1E1E1E. Windows color (decimal): -13367956 or 7079220. OLE color: 7079220.

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

Color convert

RGB 52 5 108 -
CMYK 0.52 0.95 0 0.58
HSL 267.38º 0.91% 0.22% -
HSV(B) 267.38º 0.95% 0.42% -
XYZ 4.18 1.92 14.34 -
YUV 30.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 52 5 108 0.52 0.95 0 0.58 267.38 0.91 0.22
Hex 34 5 6C 34 5F 0 3A 10B 5B 16
Octal 64 5 154 64 137 0 72 413 133 26
Binary 110100 101 1101100 110100 1011111 0 111010 100001011 1011011 10110

Color Harmonies of #34056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34056C

Black with #34056C

Text Example


Text Example

White with #34056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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