Html Css Color HEX #340295 Persian Indigo

📋 copy color: '#340295'

red 52 ◦ green 2 ◦ blue 149

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

Shades of Persian Indigo #340295

Tints of Persian Indigo #340295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 25.62%
G = 0.99%
B = 73.4%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340295 (or 0x340295) is known color: Persian Indigo. HEX triplet: 34, 02 and 95. RGB value is (52,2,149). Sum of RGB (Red+Green+Blue) = 52+2+149=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #340295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340295 is #CBFD6A. Grayscale: #212121. Windows color (decimal): -13368683 or 9765428. OLE color: 9765428.

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

Color convert

RGB 52 2 149 -
CMYK 0.65 0.99 0 0.42
HSL 260.41º 0.97% 0.3% -
HSV(B) 260.41º 0.99% 0.58% -
XYZ 6.86 2.94 28.64 -
YUV 33.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 52 2 149 0.65 0.99 0 0.42 260.41 0.97 0.3
Hex 34 2 95 41 63 0 2A 104 61 1E
Octal 64 2 225 101 143 0 52 404 141 36
Binary 110100 10 10010101 1000001 1100011 0 101010 100000100 1100001 11110

Color Harmonies of #340295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340295

Black with #340295

Text Example


Text Example

White with #340295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340295; }

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

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

background-color css

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

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

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

border-color css

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

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

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