Html Css Color HEX #340070 Persian Indigo

📋 copy color: '#340070'

red 52 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #340070

Tints of Persian Indigo #340070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.71%
G = 0%
B = 68.29%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340070 (or 0x340070) is known color: Persian Indigo. HEX triplet: 34, 00 and 70. RGB value is (52,0,112). Sum of RGB (Red+Green+Blue) = 52+0+112=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #340070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340070 is #CBFF8F. Grayscale: #1B1B1B. Windows color (decimal): -13369232 or 7340084. OLE color: 7340084.

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

Color convert

RGB 52 0 112 -
CMYK 0.54 1 0 0.56
HSL 267.86º 1% 0.22% -
HSV(B) 267.86º 1% 0.44% -
XYZ 4.34 1.9 15.47 -
YUV 28.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 52 0 112 0.54 1 0 0.56 267.86 1 0.22
Hex 34 0 70 36 64 0 38 10C 64 16
Octal 64 0 160 66 144 0 70 414 144 26
Binary 110100 0 1110000 110110 1100100 0 111000 100001100 1100100 10110

Color Harmonies of #340070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340070

Black with #340070

Text Example


Text Example

White with #340070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340070; }

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

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

background-color css

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

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

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

border-color css

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

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

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