Html Css Color HEX #34166C Persian Indigo

📋 copy color: '#34166C'

red 52 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #34166C

Tints of Persian Indigo #34166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

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

R = 28.57%
G = 12.09%
B = 59.34%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34166C (or 0x34166C) is known color: Persian Indigo. HEX triplet: 34, 16 and 6C. RGB value is (52,22,108). Sum of RGB (Red+Green+Blue) = 52+22+108=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #34166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34166C is #CBE993. Grayscale: #282828. Windows color (decimal): -13363604 or 7083572. OLE color: 7083572.

HSL color Cylindrical-coordinate representation of color #34166C: hue angle of 260.93º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34166C is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 22 108 -
CMYK 0.52 0.80 0 0.58
HSL 260.93º 0.66% 0.25% -
HSV(B) 260.93º 0.8% 0.42% -
XYZ 4.41 2.39 14.42 -
YUV 40.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 52 22 108 0.52 0.80 0 0.58 260.93 0.66 0.25
Hex 34 16 6C 34 50 0 3A 105 42 19
Octal 64 26 154 64 120 0 72 405 102 31
Binary 110100 10110 1101100 110100 1010000 0 111010 100000101 1000010 11001

Color Harmonies of #34166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34166C

Black with #34166C

Text Example


Text Example

White with #34166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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