Html Css Color HEX #351295 Persian Indigo

📋 copy color: '#351295'

red 53 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #351295

Tints of Persian Indigo #351295

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

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

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

R = 24.09%
G = 8.18%
B = 67.73%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#351295 (or 0x351295) is known color: Persian Indigo. HEX triplet: 35, 12 and 95. RGB value is (53,18,149). Sum of RGB (Red+Green+Blue) = 53+18+149=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #351295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351295 is #CAED6A. Grayscale: #2A2A2A. Windows color (decimal): -13299051 or 9769525. OLE color: 9769525.

HSL color Cylindrical-coordinate representation of color #351295: hue angle of 256.03º 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 #351295 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 18 149 -
CMYK 0.64 0.88 0 0.42
HSL 256.03º 0.78% 0.33% -
HSV(B) 256.03º 0.88% 0.58% -
XYZ 7.11 3.36 28.71 -
YUV 43.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 53 18 149 0.64 0.88 0 0.42 256.03 0.78 0.33
Hex 35 12 95 40 58 0 2A 100 4E 21
Octal 65 22 225 100 130 0 52 400 116 41
Binary 110101 10010 10010101 1000000 1011000 0 101010 100000000 1001110 100001

Color Harmonies of #351295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351295

Black with #351295

Text Example


Text Example

White with #351295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351295; }

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

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

background-color css

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

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

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

border-color css

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

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

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