Html Css Color HEX #350490 Persian Indigo

📋 copy color: '#350490'

red 53 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #350490

Tints of Persian Indigo #350490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 26.37%
G = 1.99%
B = 71.64%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#350490 (or 0x350490) is known color: Persian Indigo. HEX triplet: 35, 04 and 90. RGB value is (53,4,144). Sum of RGB (Red+Green+Blue) = 53+4+144=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #350490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350490 is #CAFB6F. Grayscale: #222222. Windows color (decimal): -13302640 or 9438261. OLE color: 9438261.

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

Color convert

RGB 53 4 144 -
CMYK 0.63 0.97 0 0.44
HSL 261º 0.95% 0.29% -
HSV(B) 261º 0.97% 0.56% -
XYZ 6.55 2.86 26.59 -
YUV 34.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 53 4 144 0.63 0.97 0 0.44 261 0.95 0.29
Hex 35 4 90 3F 61 0 2C 105 5F 1D
Octal 65 4 220 77 141 0 54 405 137 35
Binary 110101 100 10010000 111111 1100001 0 101100 100000101 1011111 11101

Color Harmonies of #350490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350490

Black with #350490

Text Example


Text Example

White with #350490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350490; }

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

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

background-color css

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

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

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

border-color css

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

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

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