Html Css Color HEX #351582 Persian Indigo

📋 copy color: '#351582'

red 53 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #351582

Tints of Persian Indigo #351582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 25.98%
G = 10.29%
B = 63.73%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351582 (or 0x351582) is known color: Persian Indigo. HEX triplet: 35, 15 and 82. RGB value is (53,21,130). Sum of RGB (Red+Green+Blue) = 53+21+130=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #351582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351582 is #CAEA7D. Grayscale: #2A2A2A. Windows color (decimal): -13298302 or 8525109. OLE color: 8525109.

HSL color Cylindrical-coordinate representation of color #351582: hue angle of 257.61º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351582 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 21 130 -
CMYK 0.59 0.84 0 0.49
HSL 257.61º 0.72% 0.3% -
HSV(B) 257.61º 0.84% 0.51% -
XYZ 5.77 2.9 21.38 -
YUV 42.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 53 21 130 0.59 0.84 0 0.49 257.61 0.72 0.3
Hex 35 15 82 3B 54 0 31 102 48 1E
Octal 65 25 202 73 124 0 61 402 110 36
Binary 110101 10101 10000010 111011 1010100 0 110001 100000010 1001000 11110

Color Harmonies of #351582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351582

Black with #351582

Text Example


Text Example

White with #351582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351582; }

 p { color: rgb(53,21,130); }

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

background-color css

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

 a { background-color: rgb(53,21,130); }

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

border-color css

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

 span { border-color: rgb(53,21,130); }

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