Html Css Color HEX #351790 Persian Indigo

📋 copy color: '#351790'

red 53 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #351790

Tints of Persian Indigo #351790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 24.09%
G = 10.45%
B = 65.45%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351790 (or 0x351790) is known color: Persian Indigo. HEX triplet: 35, 17 and 90. RGB value is (53,23,144). Sum of RGB (Red+Green+Blue) = 53+23+144=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #351790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351790 is #CAE86F. Grayscale: #2D2D2D. Windows color (decimal): -13297776 or 9443125. OLE color: 9443125.

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

Color convert

RGB 53 23 144 -
CMYK 0.63 0.84 0 0.44
HSL 254.88º 0.72% 0.33% -
HSV(B) 254.88º 0.84% 0.56% -
XYZ 6.81 3.38 26.68 -
YUV 45.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 53 23 144 0.63 0.84 0 0.44 254.88 0.72 0.33
Hex 35 17 90 3F 54 0 2C FF 48 21
Octal 65 27 220 77 124 0 54 377 110 41
Binary 110101 10111 10010000 111111 1010100 0 101100 11111111 1001000 100001

Color Harmonies of #351790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351790

Black with #351790

Text Example


Text Example

White with #351790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351790; }

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

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

background-color css

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

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

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

border-color css

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

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

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