Html Css Color HEX #340570 Persian Indigo

📋 copy color: '#340570'

red 52 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #340570

Tints of Persian Indigo #340570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 30.77%
G = 2.96%
B = 66.27%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340570 (or 0x340570) is known color: Persian Indigo. HEX triplet: 34, 05 and 70. RGB value is (52,5,112). Sum of RGB (Red+Green+Blue) = 52+5+112=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #340570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340570 is #CBFA8F. Grayscale: #1E1E1E. Windows color (decimal): -13367952 or 7341364. OLE color: 7341364.

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

Color convert

RGB 52 5 112 -
CMYK 0.54 0.96 0 0.56
HSL 266.36º 0.91% 0.23% -
HSV(B) 266.36º 0.96% 0.44% -
XYZ 4.4 2.01 15.49 -
YUV 31.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 52 5 112 0.54 0.96 0 0.56 266.36 0.91 0.23
Hex 34 5 70 36 60 0 38 10A 5B 17
Octal 64 5 160 66 140 0 70 412 133 27
Binary 110100 101 1110000 110110 1100000 0 111000 100001010 1011011 10111

Color Harmonies of #340570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340570

Black with #340570

Text Example


Text Example

White with #340570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340570; }

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

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

background-color css

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

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

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

border-color css

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

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

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