Html Css Color HEX #351495 Persian Indigo

📋 copy color: '#351495'

red 53 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #351495

Tints of Persian Indigo #351495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 23.87%
G = 9.01%
B = 67.12%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#351495 (or 0x351495) is known color: Persian Indigo. HEX triplet: 35, 14 and 95. RGB value is (53,20,149). Sum of RGB (Red+Green+Blue) = 53+20+149=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #351495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351495 is #CAEB6A. Grayscale: #2C2C2C. Windows color (decimal): -13298539 or 9770037. OLE color: 9770037.

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

Color convert

RGB 53 20 149 -
CMYK 0.64 0.87 0 0.42
HSL 255.35º 0.76% 0.33% -
HSV(B) 255.35º 0.87% 0.58% -
XYZ 7.14 3.43 28.72 -
YUV 44.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 53 20 149 0.64 0.87 0 0.42 255.35 0.76 0.33
Hex 35 14 95 40 57 0 2A FF 4C 21
Octal 65 24 225 100 127 0 52 377 114 41
Binary 110101 10100 10010101 1000000 1010111 0 101010 11111111 1001100 100001

Color Harmonies of #351495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351495

Black with #351495

Text Example


Text Example

White with #351495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351495; }

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

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

background-color css

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

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

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

border-color css

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

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

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