Html Css Color HEX #351990 Persian Indigo

📋 copy color: '#351990'

red 53 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #351990

Tints of Persian Indigo #351990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 23.87%
G = 11.26%
B = 64.86%

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

#351990 (or 0x351990) is known color: Persian Indigo. HEX triplet: 35, 19 and 90. RGB value is (53,25,144). Sum of RGB (Red+Green+Blue) = 53+25+144=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #351990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351990 is #CAE66F. Grayscale: #2E2E2E. Windows color (decimal): -13297264 or 9443637. OLE color: 9443637.

HSL color Cylindrical-coordinate representation of color #351990: hue angle of 254.12º degrees, saturation: 0.7, 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 #351990 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 25 144 -
CMYK 0.63 0.83 0 0.44
HSL 254.12º 0.7% 0.33% -
HSV(B) 254.12º 0.83% 0.56% -
XYZ 6.85 3.47 26.69 -
YUV 46.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 53 25 144 0.63 0.83 0 0.44 254.12 0.7 0.33
Hex 35 19 90 3F 53 0 2C FE 46 21
Octal 65 31 220 77 123 0 54 376 106 41
Binary 110101 11001 10010000 111111 1010011 0 101100 11111110 1000110 100001

Color Harmonies of #351990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351990

Black with #351990

Text Example


Text Example

White with #351990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351990; }

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

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

background-color css

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

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

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

border-color css

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

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

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