Html Css Color HEX #341575 Persian Indigo

📋 copy color: '#341575'

red 52 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #341575

Tints of Persian Indigo #341575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 27.37%
G = 11.05%
B = 61.58%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341575 (or 0x341575) is known color: Persian Indigo. HEX triplet: 34, 15 and 75. RGB value is (52,21,117). Sum of RGB (Red+Green+Blue) = 52+21+117=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #341575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341575 is #CBEA8A. Grayscale: #282828. Windows color (decimal): -13363851 or 7673140. OLE color: 7673140.

HSL color Cylindrical-coordinate representation of color #341575: hue angle of 259.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341575 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 21 117 -
CMYK 0.56 0.82 0 0.54
HSL 259.38º 0.7% 0.27% -
HSV(B) 259.38º 0.82% 0.46% -
XYZ 4.9 2.55 17.06 -
YUV 41.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 52 21 117 0.56 0.82 0 0.54 259.38 0.7 0.27
Hex 34 15 75 38 52 0 36 103 46 1B
Octal 64 25 165 70 122 0 66 403 106 33
Binary 110100 10101 1110101 111000 1010010 0 110110 100000011 1000110 11011

Color Harmonies of #341575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341575

Black with #341575

Text Example


Text Example

White with #341575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341575; }

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

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

background-color css

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

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

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

border-color css

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

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

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