Html Css Color HEX #34277F Persian Indigo

📋 copy color: '#34277F'

red 52 ◦ green 39 ◦ blue 127

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

Shades of Persian Indigo #34277F

Tints of Persian Indigo #34277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 23.85%
G = 17.89%
B = 58.26%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34277F (or 0x34277F) is known color: Persian Indigo. HEX triplet: 34, 27 and 7F. RGB value is (52,39,127). Sum of RGB (Red+Green+Blue) = 52+39+127=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #34277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34277F is #CBD880. Grayscale: #343434. Windows color (decimal): -13359233 or 8333108. OLE color: 8333108.

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

Color convert

RGB 52 39 127 -
CMYK 0.59 0.69 0 0.50
HSL 248.86º 0.53% 0.33% -
HSV(B) 248.86º 0.69% 0.5% -
XYZ 5.97 3.71 20.48 -
YUV 52.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 52 39 127 0.59 0.69 0 0.50 248.86 0.53 0.33
Hex 34 27 7F 3B 45 0 32 F9 35 21
Octal 64 47 177 73 105 0 62 371 65 41
Binary 110100 100111 1111111 111011 1000101 0 110010 11111001 110101 100001

Color Harmonies of #34277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34277F

Black with #34277F

Text Example


Text Example

White with #34277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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