Html Css Color HEX #340A70 Persian Indigo

📋 copy color: '#340A70'

red 52 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #340A70

Tints of Persian Indigo #340A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.75%

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

R = 29.89%
G = 5.75%
B = 64.37%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340A70 (or 0x340A70) is known color: Persian Indigo. HEX triplet: 34, 0A and 70. RGB value is (52,10,112). Sum of RGB (Red+Green+Blue) = 52+10+112=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #340A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A70 is #CBF58F. Grayscale: #212121. Windows color (decimal): -13366672 or 7342644. OLE color: 7342644.

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

Color convert

RGB 52 10 112 -
CMYK 0.54 0.91 0 0.56
HSL 264.71º 0.84% 0.24% -
HSV(B) 264.71º 0.91% 0.44% -
XYZ 4.45 2.12 15.5 -
YUV 34.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 52 10 112 0.54 0.91 0 0.56 264.71 0.84 0.24
Hex 34 A 70 36 5B 0 38 109 54 18
Octal 64 12 160 66 133 0 70 411 124 30
Binary 110100 1010 1110000 110110 1011011 0 111000 100001001 1010100 11000

Color Harmonies of #340A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A70

Black with #340A70

Text Example


Text Example

White with #340A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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