Html Css Color HEX #34207F Persian Indigo

📋 copy color: '#34207F'

red 52 ◦ green 32 ◦ blue 127

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

Shades of Persian Indigo #34207F

Tints of Persian Indigo #34207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 24.64%
G = 15.17%
B = 60.19%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34207F (or 0x34207F) is known color: Persian Indigo. HEX triplet: 34, 20 and 7F. RGB value is (52,32,127). Sum of RGB (Red+Green+Blue) = 52+32+127=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #34207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34207F is #CBDF80. Grayscale: #303030. Windows color (decimal): -13361025 or 8331316. OLE color: 8331316.

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

Color convert

RGB 52 32 127 -
CMYK 0.59 0.75 0 0.50
HSL 252.63º 0.6% 0.31% -
HSV(B) 252.63º 0.75% 0.5% -
XYZ 5.76 3.3 20.41 -
YUV 48.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 52 32 127 0.59 0.75 0 0.50 252.63 0.6 0.31
Hex 34 20 7F 3B 4B 0 32 FD 3C 1F
Octal 64 40 177 73 113 0 62 375 74 37
Binary 110100 100000 1111111 111011 1001011 0 110010 11111101 111100 11111

Color Harmonies of #34207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34207F

Black with #34207F

Text Example


Text Example

White with #34207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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