Html Css Color HEX #340276 Persian Indigo

📋 copy color: '#340276'

red 52 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #340276

Tints of Persian Indigo #340276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 118 (46.48% from 255) = 68.6%

R = 30.23%
G = 1.16%
B = 68.6%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#340276 (or 0x340276) is known color: Persian Indigo. HEX triplet: 34, 02 and 76. RGB value is (52,2,118). Sum of RGB (Red+Green+Blue) = 52+2+118=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #340276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340276 is #CBFD89. Grayscale: #1D1D1D. Windows color (decimal): -13368714 or 7733812. OLE color: 7733812.

HSL color Cylindrical-coordinate representation of color #340276: hue angle of 265.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340276 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 2 118 -
CMYK 0.56 0.98 0 0.54
HSL 265.86º 0.97% 0.24% -
HSV(B) 265.86º 0.98% 0.46% -
XYZ 4.71 2.08 17.29 -
YUV 30.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 52 2 118 0.56 0.98 0 0.54 265.86 0.97 0.24
Hex 34 2 76 38 62 0 36 10A 61 18
Octal 64 2 166 70 142 0 66 412 141 30
Binary 110100 10 1110110 111000 1100010 0 110110 100001010 1100001 11000

Color Harmonies of #340276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340276

Black with #340276

Text Example


Text Example

White with #340276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340276; }

 p { color: rgb(52,2,118); }

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

background-color css

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

 a { background-color: rgb(52,2,118); }

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

border-color css

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

 span { border-color: rgb(52,2,118); }

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