Html Css Color HEX #340870 Persian Indigo

📋 copy color: '#340870'

red 52 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #340870

Tints of Persian Indigo #340870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

 BLUE value IS 112 (44.14% from 255) = 65.12%

R = 30.23%
G = 4.65%
B = 65.12%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340870 (or 0x340870) is known color: Persian Indigo. HEX triplet: 34, 08 and 70. RGB value is (52,8,112). Sum of RGB (Red+Green+Blue) = 52+8+112=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #340870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340870 is #CBF78F. Grayscale: #202020. Windows color (decimal): -13367184 or 7342132. OLE color: 7342132.

HSL color Cylindrical-coordinate representation of color #340870: hue angle of 265.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340870 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 8 112 -
CMYK 0.54 0.93 0 0.56
HSL 265.38º 0.87% 0.24% -
HSV(B) 265.38º 0.93% 0.44% -
XYZ 4.43 2.07 15.5 -
YUV 33.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 52 8 112 0.54 0.93 0 0.56 265.38 0.87 0.24
Hex 34 8 70 36 5D 0 38 109 57 18
Octal 64 10 160 66 135 0 70 411 127 30
Binary 110100 1000 1110000 110110 1011101 0 111000 100001001 1010111 11000

Color Harmonies of #340870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340870

Black with #340870

Text Example


Text Example

White with #340870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340870; }

 p { color: rgb(52,8,112); }

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

background-color css

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

 a { background-color: rgb(52,8,112); }

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

border-color css

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

 span { border-color: rgb(52,8,112); }

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