Html Css Color HEX #34176D Persian Indigo

📋 copy color: '#34176D'

red 52 ◦ green 23 ◦ blue 109

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

Shades of Persian Indigo #34176D

Tints of Persian Indigo #34176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 28.26%
G = 12.5%
B = 59.24%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34176D (or 0x34176D) is known color: Persian Indigo. HEX triplet: 34, 17 and 6D. RGB value is (52,23,109). Sum of RGB (Red+Green+Blue) = 52+23+109=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #34176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34176D is #CBE892. Grayscale: #292929. Windows color (decimal): -13363347 or 7149364. OLE color: 7149364.

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

Color convert

RGB 52 23 109 -
CMYK 0.52 0.79 0 0.57
HSL 260.23º 0.65% 0.26% -
HSV(B) 260.23º 0.79% 0.43% -
XYZ 4.48 2.45 14.7 -
YUV 41.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 52 23 109 0.52 0.79 0 0.57 260.23 0.65 0.26
Hex 34 17 6D 34 4F 0 39 104 41 1A
Octal 64 27 155 64 117 0 71 404 101 32
Binary 110100 10111 1101101 110100 1001111 0 111001 100000100 1000001 11010

Color Harmonies of #34176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34176D

Black with #34176D

Text Example


Text Example

White with #34176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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