Html Css Color HEX #341574 Persian Indigo

📋 copy color: '#341574'

red 52 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #341574

Tints of Persian Indigo #341574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 27.51%
G = 11.11%
B = 61.38%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341574 (or 0x341574) is known color: Persian Indigo. HEX triplet: 34, 15 and 74. RGB value is (52,21,116). Sum of RGB (Red+Green+Blue) = 52+21+116=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #341574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341574 is #CBEA8B. Grayscale: #282828. Windows color (decimal): -13363852 or 7607604. OLE color: 7607604.

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

Color convert

RGB 52 21 116 -
CMYK 0.55 0.82 0 0.55
HSL 259.58º 0.69% 0.27% -
HSV(B) 259.58º 0.82% 0.45% -
XYZ 4.84 2.53 16.76 -
YUV 41.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 52 21 116 0.55 0.82 0 0.55 259.58 0.69 0.27
Hex 34 15 74 37 52 0 37 104 45 1B
Octal 64 25 164 67 122 0 67 404 105 33
Binary 110100 10101 1110100 110111 1010010 0 110111 100000100 1000101 11011

Color Harmonies of #341574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341574

Black with #341574

Text Example


Text Example

White with #341574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341574; }

 p { color: rgb(52,21,116); }

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

background-color css

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

 a { background-color: rgb(52,21,116); }

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

border-color css

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

 span { border-color: rgb(52,21,116); }

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