Html Css Color HEX #341878 Persian Indigo

📋 copy color: '#341878'

red 52 ◦ green 24 ◦ blue 120

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

Shades of Persian Indigo #341878

Tints of Persian Indigo #341878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 26.53%
G = 12.24%
B = 61.22%

CMYK

 C value IS 0.57

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341878 (or 0x341878) is known color: Persian Indigo. HEX triplet: 34, 18 and 78. RGB value is (52,24,120). Sum of RGB (Red+Green+Blue) = 52+24+120=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #341878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341878 is #CBE787. Grayscale: #2A2A2A. Windows color (decimal): -13363080 or 7870516. OLE color: 7870516.

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

Color convert

RGB 52 24 120 -
CMYK 0.57 0.8 0 0.53
HSL 257.5º 0.67% 0.28% -
HSV(B) 257.5º 0.8% 0.47% -
XYZ 5.13 2.74 18.03 -
YUV 43.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 52 24 120 0.57 0.8 0 0.53 257.5 0.67 0.28
Hex 34 18 78 39 50 0 35 102 43 1C
Octal 64 30 170 71 120 0 65 402 103 34
Binary 110100 11000 1111000 111001 1010000 0 110101 100000010 1000011 11100

Color Harmonies of #341878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341878

Black with #341878

Text Example


Text Example

White with #341878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341878; }

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

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

background-color css

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

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

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

border-color css

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

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

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