Html Css Color HEX #341777 Persian Indigo

📋 copy color: '#341777'

red 52 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #341777

Tints of Persian Indigo #341777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.34%

R = 26.8%
G = 11.86%
B = 61.34%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341777 (or 0x341777) is known color: Persian Indigo. HEX triplet: 34, 17 and 77. RGB value is (52,23,119). Sum of RGB (Red+Green+Blue) = 52+23+119=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #341777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341777 is #CBE888. Grayscale: #2A2A2A. Windows color (decimal): -13363337 or 7804724. OLE color: 7804724.

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

Color convert

RGB 52 23 119 -
CMYK 0.56 0.81 0 0.53
HSL 258.13º 0.68% 0.28% -
HSV(B) 258.13º 0.81% 0.47% -
XYZ 5.05 2.67 17.7 -
YUV 42.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 52 23 119 0.56 0.81 0 0.53 258.13 0.68 0.28
Hex 34 17 77 38 51 0 35 102 44 1C
Octal 64 27 167 70 121 0 65 402 104 34
Binary 110100 10111 1110111 111000 1010001 0 110101 100000010 1000100 11100

Color Harmonies of #341777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341777

Black with #341777

Text Example


Text Example

White with #341777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341777; }

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

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

background-color css

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

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

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

border-color css

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

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

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