Html Css Color HEX #34179B Persian Indigo

📋 copy color: '#34179B'

red 52 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #34179B

Tints of Persian Indigo #34179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 22.61%
G = 10%
B = 67.39%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34179B (or 0x34179B) is known color: Persian Indigo. HEX triplet: 34, 17 and 9B. RGB value is (52,23,155). Sum of RGB (Red+Green+Blue) = 52+23+155=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #34179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34179B is #CBE864. Grayscale: #2E2E2E. Windows color (decimal): -13363301 or 10164020. OLE color: 10164020.

HSL color Cylindrical-coordinate representation of color #34179B: hue angle of 253.18º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34179B is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 23 155 -
CMYK 0.66 0.85 0 0.39
HSL 253.18º 0.74% 0.35% -
HSV(B) 253.18º 0.85% 0.61% -
XYZ 7.64 3.71 31.32 -
YUV 46.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 52 23 155 0.66 0.85 0 0.39 253.18 0.74 0.35
Hex 34 17 9B 42 55 0 27 FD 4A 23
Octal 64 27 233 102 125 0 47 375 112 43
Binary 110100 10111 10011011 1000010 1010101 0 100111 11111101 1001010 100011

Color Harmonies of #34179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34179B

Black with #34179B

Text Example


Text Example

White with #34179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34179B; }

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

 H1.HeaderClassName
 {
   color: #34179B;
 }
 .AnyTagClassName
 {
   color: #34179B;
 }
</style>

background-color css

<style>
 a { background-color: #34179B; }

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

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

border-color css

<style>
 span { border-color: #34179B; }

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

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