Html Css Color HEX #340872 Persian Indigo

📋 copy color: '#340872'

red 52 ◦ green 8 ◦ blue 114

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

Shades of Persian Indigo #340872

Tints of Persian Indigo #340872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 29.89%
G = 4.6%
B = 65.52%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340872 (or 0x340872) is known color: Persian Indigo. HEX triplet: 34, 08 and 72. RGB value is (52,8,114). Sum of RGB (Red+Green+Blue) = 52+8+114=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #340872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340872 is #CBF78D. Grayscale: #202020. Windows color (decimal): -13367182 or 7473204. OLE color: 7473204.

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

Color convert

RGB 52 8 114 -
CMYK 0.54 0.93 0 0.55
HSL 264.91º 0.87% 0.24% -
HSV(B) 264.91º 0.93% 0.45% -
XYZ 4.54 2.12 16.09 -
YUV 33.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 52 8 114 0.54 0.93 0 0.55 264.91 0.87 0.24
Hex 34 8 72 36 5D 0 37 109 57 18
Octal 64 10 162 66 135 0 67 411 127 30
Binary 110100 1000 1110010 110110 1011101 0 110111 100001001 1010111 11000

Color Harmonies of #340872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340872

Black with #340872

Text Example


Text Example

White with #340872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340872; }

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

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

background-color css

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

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

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

border-color css

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

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

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