Html Css Color HEX #351480 Persian Indigo

📋 copy color: '#351480'

red 53 ◦ green 20 ◦ blue 128

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

Shades of Persian Indigo #351480

Tints of Persian Indigo #351480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 128 (50.39% from 255) = 63.68%

R = 26.37%
G = 9.95%
B = 63.68%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#351480 (or 0x351480) is known color: Persian Indigo. HEX triplet: 35, 14 and 80. RGB value is (53,20,128). Sum of RGB (Red+Green+Blue) = 53+20+128=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #351480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351480 is #CAEB7F. Grayscale: #292929. Windows color (decimal): -13298560 or 8393781. OLE color: 8393781.

HSL color Cylindrical-coordinate representation of color #351480: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351480 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 20 128 -
CMYK 0.59 0.84 0 0.50
HSL 258.33º 0.73% 0.29% -
HSV(B) 258.33º 0.84% 0.5% -
XYZ 5.61 2.82 20.67 -
YUV 42.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 53 20 128 0.59 0.84 0 0.50 258.33 0.73 0.29
Hex 35 14 80 3B 54 0 32 102 49 1D
Octal 65 24 200 73 124 0 62 402 111 35
Binary 110101 10100 10000000 111011 1010100 0 110010 100000010 1001001 11101

Color Harmonies of #351480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351480

Black with #351480

Text Example


Text Example

White with #351480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351480; }

 p { color: rgb(53,20,128); }

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

background-color css

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

 a { background-color: rgb(53,20,128); }

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

border-color css

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

 span { border-color: rgb(53,20,128); }

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