Html Css Color HEX #341772 Persian Indigo

📋 copy color: '#341772'

red 52 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #341772

Tints of Persian Indigo #341772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.32%

R = 27.51%
G = 12.17%
B = 60.32%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341772 (or 0x341772) is known color: Persian Indigo. HEX triplet: 34, 17 and 72. RGB value is (52,23,114). Sum of RGB (Red+Green+Blue) = 52+23+114=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #341772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341772 is #CBE88D. Grayscale: #292929. Windows color (decimal): -13363342 or 7477044. OLE color: 7477044.

HSL color Cylindrical-coordinate representation of color #341772: hue angle of 259.12º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341772 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 23 114 -
CMYK 0.54 0.80 0 0.55
HSL 259.12º 0.66% 0.27% -
HSV(B) 259.12º 0.8% 0.45% -
XYZ 4.76 2.56 16.16 -
YUV 42.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 52 23 114 0.54 0.80 0 0.55 259.12 0.66 0.27
Hex 34 17 72 36 50 0 37 103 42 1B
Octal 64 27 162 66 120 0 67 403 102 33
Binary 110100 10111 1110010 110110 1010000 0 110111 100000011 1000010 11011

Color Harmonies of #341772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341772

Black with #341772

Text Example


Text Example

White with #341772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341772; }

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

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

background-color css

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

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

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

border-color css

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

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

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