Html Css Color HEX #341977 Persian Indigo

📋 copy color: '#341977'

red 52 ◦ green 25 ◦ blue 119

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

Shades of Persian Indigo #341977

Tints of Persian Indigo #341977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 26.53%
G = 12.76%
B = 60.71%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341977 (or 0x341977) is known color: Persian Indigo. HEX triplet: 34, 19 and 77. RGB value is (52,25,119). Sum of RGB (Red+Green+Blue) = 52+25+119=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #341977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341977 is #CBE688. Grayscale: #2B2B2B. Windows color (decimal): -13362825 or 7805236. OLE color: 7805236.

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

Color convert

RGB 52 25 119 -
CMYK 0.56 0.79 0 0.53
HSL 257.23º 0.65% 0.28% -
HSV(B) 257.23º 0.79% 0.47% -
XYZ 5.09 2.76 17.72 -
YUV 43.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 52 25 119 0.56 0.79 0 0.53 257.23 0.65 0.28
Hex 34 19 77 38 4F 0 35 101 41 1C
Octal 64 31 167 70 117 0 65 401 101 34
Binary 110100 11001 1110111 111000 1001111 0 110101 100000001 1000001 11100

Color Harmonies of #341977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341977

Black with #341977

Text Example


Text Example

White with #341977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341977; }

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

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

background-color css

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

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

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

border-color css

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

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

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