Html Css Color HEX #351390 Persian Indigo

📋 copy color: '#351390'

red 53 ◦ green 19 ◦ blue 144

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

Shades of Persian Indigo #351390

Tints of Persian Indigo #351390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 24.54%
G = 8.8%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351390 (or 0x351390) is known color: Persian Indigo. HEX triplet: 35, 13 and 90. RGB value is (53,19,144). Sum of RGB (Red+Green+Blue) = 53+19+144=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #351390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351390 is #CAEC6F. Grayscale: #2A2A2A. Windows color (decimal): -13298800 or 9442101. OLE color: 9442101.

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

Color convert

RGB 53 19 144 -
CMYK 0.63 0.87 0 0.44
HSL 256.32º 0.77% 0.32% -
HSV(B) 256.32º 0.87% 0.56% -
XYZ 6.74 3.24 26.66 -
YUV 43.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 53 19 144 0.63 0.87 0 0.44 256.32 0.77 0.32
Hex 35 13 90 3F 57 0 2C 100 4D 20
Octal 65 23 220 77 127 0 54 400 115 40
Binary 110101 10011 10010000 111111 1010111 0 101100 100000000 1001101 100000

Color Harmonies of #351390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351390

Black with #351390

Text Example


Text Example

White with #351390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351390; }

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

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

background-color css

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

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

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

border-color css

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

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

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