Html Css Color HEX #340978 Persian Indigo

📋 copy color: '#340978'

red 52 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #340978

Tints of Persian Indigo #340978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 28.73%
G = 4.97%
B = 66.3%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#340978 (or 0x340978) is known color: Persian Indigo. HEX triplet: 34, 09 and 78. RGB value is (52,9,120). Sum of RGB (Red+Green+Blue) = 52+9+120=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #340978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340978 is #CBF687. Grayscale: #222222. Windows color (decimal): -13366920 or 7866676. OLE color: 7866676.

HSL color Cylindrical-coordinate representation of color #340978: hue angle of 263.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340978 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 9 120 -
CMYK 0.57 0.92 0 0.53
HSL 263.24º 0.86% 0.25% -
HSV(B) 263.24º 0.93% 0.47% -
XYZ 4.9 2.28 17.95 -
YUV 34.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 52 9 120 0.57 0.92 0 0.53 263.24 0.86 0.25
Hex 34 9 78 39 5C 0 35 107 56 19
Octal 64 11 170 71 134 0 65 407 126 31
Binary 110100 1001 1111000 111001 1011100 0 110101 100000111 1010110 11001

Color Harmonies of #340978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340978

Black with #340978

Text Example


Text Example

White with #340978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340978; }

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

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

background-color css

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

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

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

border-color css

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

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

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