Html Css Color HEX #351890 Persian Indigo

📋 copy color: '#351890'

red 53 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #351890

Tints of Persian Indigo #351890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 23.98%
G = 10.86%
B = 65.16%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351890 (or 0x351890) is known color: Persian Indigo. HEX triplet: 35, 18 and 90. RGB value is (53,24,144). Sum of RGB (Red+Green+Blue) = 53+24+144=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #351890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351890 is #CAE76F. Grayscale: #2D2D2D. Windows color (decimal): -13297520 or 9443381. OLE color: 9443381.

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

Color convert

RGB 53 24 144 -
CMYK 0.63 0.83 0 0.44
HSL 254.5º 0.71% 0.33% -
HSV(B) 254.5º 0.83% 0.56% -
XYZ 6.83 3.42 26.69 -
YUV 46.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 53 24 144 0.63 0.83 0 0.44 254.5 0.71 0.33
Hex 35 18 90 3F 53 0 2C FE 47 21
Octal 65 30 220 77 123 0 54 376 107 41
Binary 110101 11000 10010000 111111 1010011 0 101100 11111110 1000111 100001

Color Harmonies of #351890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351890

Black with #351890

Text Example


Text Example

White with #351890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351890; }

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

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

background-color css

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

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

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

border-color css

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

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

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