Html Css Color HEX #351490 Persian Indigo

📋 copy color: '#351490'

red 53 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #351490

Tints of Persian Indigo #351490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 24.42%
G = 9.22%
B = 66.36%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351490 (or 0x351490) is known color: Persian Indigo. HEX triplet: 35, 14 and 90. RGB value is (53,20,144). Sum of RGB (Red+Green+Blue) = 53+20+144=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #351490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351490 is #CAEB6F. Grayscale: #2B2B2B. Windows color (decimal): -13298544 or 9442357. OLE color: 9442357.

HSL color Cylindrical-coordinate representation of color #351490: hue angle of 255.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351490 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 20 144 -
CMYK 0.63 0.86 0 0.44
HSL 255.97º 0.76% 0.32% -
HSV(B) 255.97º 0.86% 0.56% -
XYZ 6.75 3.27 26.66 -
YUV 44 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 53 20 144 0.63 0.86 0 0.44 255.97 0.76 0.32
Hex 35 14 90 3F 56 0 2C 100 4C 20
Octal 65 24 220 77 126 0 54 400 114 40
Binary 110101 10100 10010000 111111 1010110 0 101100 100000000 1001100 100000

Color Harmonies of #351490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351490

Black with #351490

Text Example


Text Example

White with #351490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351490; }

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

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

background-color css

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

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

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

border-color css

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

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

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