Html Css Color HEX #34177D Persian Indigo

📋 copy color: '#34177D'

red 52 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #34177D

Tints of Persian Indigo #34177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.5%

R = 26%
G = 11.5%
B = 62.5%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34177D (or 0x34177D) is known color: Persian Indigo. HEX triplet: 34, 17 and 7D. RGB value is (52,23,125). Sum of RGB (Red+Green+Blue) = 52+23+125=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #34177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34177D is #CBE882. Grayscale: #2A2A2A. Windows color (decimal): -13363331 or 8197940. OLE color: 8197940.

HSL color Cylindrical-coordinate representation of color #34177D: hue angle of 257.06º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34177D is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 23 125 -
CMYK 0.58 0.82 0 0.51
HSL 257.06º 0.69% 0.29% -
HSV(B) 257.06º 0.82% 0.49% -
XYZ 5.42 2.82 19.66 -
YUV 43.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 52 23 125 0.58 0.82 0 0.51 257.06 0.69 0.29
Hex 34 17 7D 3A 52 0 33 101 45 1D
Octal 64 27 175 72 122 0 63 401 105 35
Binary 110100 10111 1111101 111010 1010010 0 110011 100000001 1000101 11101

Color Harmonies of #34177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34177D

Black with #34177D

Text Example


Text Example

White with #34177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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