Html Css Color HEX #341675 Persian Indigo

📋 copy color: '#341675'

red 52 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #341675

Tints of Persian Indigo #341675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 27.23%
G = 11.52%
B = 61.26%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341675 (or 0x341675) is known color: Persian Indigo. HEX triplet: 34, 16 and 75. RGB value is (52,22,117). Sum of RGB (Red+Green+Blue) = 52+22+117=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #341675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341675 is #CBE98A. Grayscale: #292929. Windows color (decimal): -13363595 or 7673396. OLE color: 7673396.

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

Color convert

RGB 52 22 117 -
CMYK 0.56 0.81 0 0.54
HSL 258.95º 0.68% 0.27% -
HSV(B) 258.95º 0.81% 0.46% -
XYZ 4.91 2.59 17.07 -
YUV 41.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 52 22 117 0.56 0.81 0 0.54 258.95 0.68 0.27
Hex 34 16 75 38 51 0 36 103 44 1B
Octal 64 26 165 70 121 0 66 403 104 33
Binary 110100 10110 1110101 111000 1010001 0 110110 100000011 1000100 11011

Color Harmonies of #341675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341675

Black with #341675

Text Example


Text Example

White with #341675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341675; }

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

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

background-color css

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

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

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

border-color css

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

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

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