Html Css Color HEX #340D70 Persian Indigo

📋 copy color: '#340D70'

red 52 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #340D70

Tints of Persian Indigo #340D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

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

R = 29.38%
G = 7.34%
B = 63.28%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340D70 (or 0x340D70) is known color: Persian Indigo. HEX triplet: 34, 0D and 70. RGB value is (52,13,112). Sum of RGB (Red+Green+Blue) = 52+13+112=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #340D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D70 is #CBF28F. Grayscale: #232323. Windows color (decimal): -13365904 or 7343412. OLE color: 7343412.

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

Color convert

RGB 52 13 112 -
CMYK 0.54 0.88 0 0.56
HSL 263.64º 0.79% 0.25% -
HSV(B) 263.64º 0.88% 0.44% -
XYZ 4.48 2.19 15.52 -
YUV 35.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 52 13 112 0.54 0.88 0 0.56 263.64 0.79 0.25
Hex 34 D 70 36 58 0 38 108 4F 19
Octal 64 15 160 66 130 0 70 410 117 31
Binary 110100 1101 1110000 110110 1011000 0 111000 100001000 1001111 11001

Color Harmonies of #340D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D70

Black with #340D70

Text Example


Text Example

White with #340D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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