Html Css Color HEX #341375 Persian Indigo

📋 copy color: '#341375'

red 52 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #341375

Tints of Persian Indigo #341375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 27.66%
G = 10.11%
B = 62.23%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341375 (or 0x341375) is known color: Persian Indigo. HEX triplet: 34, 13 and 75. RGB value is (52,19,117). Sum of RGB (Red+Green+Blue) = 52+19+117=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #341375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341375 is #CBEC8A. Grayscale: #272727. Windows color (decimal): -13364363 or 7672628. OLE color: 7672628.

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

Color convert

RGB 52 19 117 -
CMYK 0.56 0.84 0 0.54
HSL 260.2º 0.72% 0.27% -
HSV(B) 260.2º 0.84% 0.46% -
XYZ 4.86 2.48 17.05 -
YUV 40.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 52 19 117 0.56 0.84 0 0.54 260.2 0.72 0.27
Hex 34 13 75 38 54 0 36 104 48 1B
Octal 64 23 165 70 124 0 66 404 110 33
Binary 110100 10011 1110101 111000 1010100 0 110110 100000100 1001000 11011

Color Harmonies of #341375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341375

Black with #341375

Text Example


Text Example

White with #341375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341375; }

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

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

background-color css

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

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

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

border-color css

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

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

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