Html Css Color HEX #341378 Persian Indigo

📋 copy color: '#341378'

red 52 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #341378

Tints of Persian Indigo #341378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

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

R = 27.23%
G = 9.95%
B = 62.83%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341378 (or 0x341378) is known color: Persian Indigo. HEX triplet: 34, 13 and 78. RGB value is (52,19,120). Sum of RGB (Red+Green+Blue) = 52+19+120=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #341378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341378 is #CBEC87. Grayscale: #282828. Windows color (decimal): -13364360 or 7869236. OLE color: 7869236.

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

Color convert

RGB 52 19 120 -
CMYK 0.57 0.84 0 0.53
HSL 259.6º 0.73% 0.27% -
HSV(B) 259.6º 0.84% 0.47% -
XYZ 5.04 2.55 18 -
YUV 40.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 52 19 120 0.57 0.84 0 0.53 259.6 0.73 0.27
Hex 34 13 78 39 54 0 35 104 49 1B
Octal 64 23 170 71 124 0 65 404 111 33
Binary 110100 10011 1111000 111001 1010100 0 110101 100000100 1001001 11011

Color Harmonies of #341378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341378

Black with #341378

Text Example


Text Example

White with #341378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341378; }

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

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

background-color css

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

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

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

border-color css

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

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

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