Html Css Color HEX #340895 Persian Indigo

📋 copy color: '#340895'

red 52 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #340895

Tints of Persian Indigo #340895

RGB

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

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

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

R = 24.88%
G = 3.83%
B = 71.29%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340895 (or 0x340895) is known color: Persian Indigo. HEX triplet: 34, 08 and 95. RGB value is (52,8,149). Sum of RGB (Red+Green+Blue) = 52+8+149=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #340895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340895 is #CBF76A. Grayscale: #242424. Windows color (decimal): -13367147 or 9766964. OLE color: 9766964.

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

Color convert

RGB 52 8 149 -
CMYK 0.65 0.95 0 0.42
HSL 258.72º 0.9% 0.31% -
HSV(B) 258.72º 0.95% 0.58% -
XYZ 6.93 3.07 28.66 -
YUV 37.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 52 8 149 0.65 0.95 0 0.42 258.72 0.9 0.31
Hex 34 8 95 41 5F 0 2A 103 5A 1F
Octal 64 10 225 101 137 0 52 403 132 37
Binary 110100 1000 10010101 1000001 1011111 0 101010 100000011 1011010 11111

Color Harmonies of #340895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340895

Black with #340895

Text Example


Text Example

White with #340895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340895; }

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

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

background-color css

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

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

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

border-color css

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

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

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