Html Css Color HEX #341295 Persian Indigo

📋 copy color: '#341295'

red 52 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #341295

Tints of Persian Indigo #341295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 23.74%
G = 8.22%
B = 68.04%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341295 (or 0x341295) is known color: Persian Indigo. HEX triplet: 34, 12 and 95. RGB value is (52,18,149). Sum of RGB (Red+Green+Blue) = 52+18+149=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #341295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341295 is #CBED6A. Grayscale: #2A2A2A. Windows color (decimal): -13364587 or 9769524. OLE color: 9769524.

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

Color convert

RGB 52 18 149 -
CMYK 0.65 0.88 0 0.42
HSL 255.57º 0.78% 0.33% -
HSV(B) 255.57º 0.88% 0.58% -
XYZ 7.06 3.33 28.71 -
YUV 43.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 52 18 149 0.65 0.88 0 0.42 255.57 0.78 0.33
Hex 34 12 95 41 58 0 2A 100 4E 21
Octal 64 22 225 101 130 0 52 400 116 41
Binary 110100 10010 10010101 1000001 1011000 0 101010 100000000 1001110 100001

Color Harmonies of #341295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341295

Black with #341295

Text Example


Text Example

White with #341295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341295; }

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

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

background-color css

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

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

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

border-color css

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

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

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