Html Css Color HEX #351290 Persian Indigo

📋 copy color: '#351290'

red 53 ◦ green 18 ◦ blue 144

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

Shades of Persian Indigo #351290

Tints of Persian Indigo #351290

RGB

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

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

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

R = 24.65%
G = 8.37%
B = 66.98%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351290 (or 0x351290) is known color: Persian Indigo. HEX triplet: 35, 12 and 90. RGB value is (53,18,144). Sum of RGB (Red+Green+Blue) = 53+18+144=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #351290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351290 is #CAED6F. Grayscale: #2A2A2A. Windows color (decimal): -13299056 or 9441845. OLE color: 9441845.

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

Color convert

RGB 53 18 144 -
CMYK 0.63 0.88 0 0.44
HSL 256.67º 0.78% 0.32% -
HSV(B) 256.67º 0.88% 0.56% -
XYZ 6.72 3.2 26.65 -
YUV 42.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 53 18 144 0.63 0.88 0 0.44 256.67 0.78 0.32
Hex 35 12 90 3F 58 0 2C 101 4E 20
Octal 65 22 220 77 130 0 54 401 116 40
Binary 110101 10010 10010000 111111 1011000 0 101100 100000001 1001110 100000

Color Harmonies of #351290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351290

Black with #351290

Text Example


Text Example

White with #351290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351290; }

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

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

background-color css

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

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

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

border-color css

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

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

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