Html Css Color HEX #341978 Persian Indigo

📋 copy color: '#341978'

red 52 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #341978

Tints of Persian Indigo #341978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 26.4%
G = 12.69%
B = 60.91%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341978 (or 0x341978) is known color: Persian Indigo. HEX triplet: 34, 19 and 78. RGB value is (52,25,120). Sum of RGB (Red+Green+Blue) = 52+25+120=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #341978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341978 is #CBE687. Grayscale: #2B2B2B. Windows color (decimal): -13362824 or 7870772. OLE color: 7870772.

HSL color Cylindrical-coordinate representation of color #341978: hue angle of 257.05º degrees, saturation: 0.66, 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 #341978 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 25 120 -
CMYK 0.57 0.79 0 0.53
HSL 257.05º 0.66% 0.28% -
HSV(B) 257.05º 0.79% 0.47% -
XYZ 5.15 2.78 18.03 -
YUV 43.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 52 25 120 0.57 0.79 0 0.53 257.05 0.66 0.28
Hex 34 19 78 39 4F 0 35 101 42 1C
Octal 64 31 170 71 117 0 65 401 102 34
Binary 110100 11001 1111000 111001 1001111 0 110101 100000001 1000010 11100

Color Harmonies of #341978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341978

Black with #341978

Text Example


Text Example

White with #341978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341978; }

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

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

background-color css

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

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

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

border-color css

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

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

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