Html Css Color HEX #340296 Persian Indigo

📋 copy color: '#340296'

red 52 ◦ green 2 ◦ blue 150

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

Shades of Persian Indigo #340296

Tints of Persian Indigo #340296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.53%

R = 25.49%
G = 0.98%
B = 73.53%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#340296 (or 0x340296) is known color: Persian Indigo. HEX triplet: 34, 02 and 96. RGB value is (52,2,150). Sum of RGB (Red+Green+Blue) = 52+2+150=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #340296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340296 is #CBFD69. Grayscale: #212121. Windows color (decimal): -13368682 or 9830964. OLE color: 9830964.

HSL color Cylindrical-coordinate representation of color #340296: hue angle of 260.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340296 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 2 150 -
CMYK 0.65 0.99 0 0.41
HSL 260.27º 0.97% 0.3% -
HSV(B) 260.27º 0.99% 0.59% -
XYZ 6.94 2.98 29.06 -
YUV 33.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 52 2 150 0.65 0.99 0 0.41 260.27 0.97 0.3
Hex 34 2 96 41 63 0 29 104 61 1E
Octal 64 2 226 101 143 0 51 404 141 36
Binary 110100 10 10010110 1000001 1100011 0 101001 100000100 1100001 11110

Color Harmonies of #340296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340296

Black with #340296

Text Example


Text Example

White with #340296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340296; }

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

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

background-color css

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

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

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

border-color css

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

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

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