Html Css Color HEX #34177F Persian Indigo

📋 copy color: '#34177F'

red 52 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #34177F

Tints of Persian Indigo #34177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.87%

R = 25.74%
G = 11.39%
B = 62.87%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34177F (or 0x34177F) is known color: Persian Indigo. HEX triplet: 34, 17 and 7F. RGB value is (52,23,127). Sum of RGB (Red+Green+Blue) = 52+23+127=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #34177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34177F is #CBE880. Grayscale: #2B2B2B. Windows color (decimal): -13363329 or 8329012. OLE color: 8329012.

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

Color convert

RGB 52 23 127 -
CMYK 0.59 0.82 0 0.50
HSL 256.73º 0.69% 0.29% -
HSV(B) 256.73º 0.82% 0.5% -
XYZ 5.55 2.88 20.34 -
YUV 43.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 52 23 127 0.59 0.82 0 0.50 256.73 0.69 0.29
Hex 34 17 7F 3B 52 0 32 101 45 1D
Octal 64 27 177 73 122 0 62 401 105 35
Binary 110100 10111 1111111 111011 1010010 0 110010 100000001 1000101 11101

Color Harmonies of #34177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34177F

Black with #34177F

Text Example


Text Example

White with #34177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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