Html Css Color HEX #351982 Persian Indigo

📋 copy color: '#351982'

red 53 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #351982

Tints of Persian Indigo #351982

RGB

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

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

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

R = 25.48%
G = 12.02%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351982 (or 0x351982) is known color: Persian Indigo. HEX triplet: 35, 19 and 82. RGB value is (53,25,130). Sum of RGB (Red+Green+Blue) = 53+25+130=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #351982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351982 is #CAE67D. Grayscale: #2C2C2C. Windows color (decimal): -13297278 or 8526133. OLE color: 8526133.

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

Color convert

RGB 53 25 130 -
CMYK 0.59 0.81 0 0.49
HSL 256º 0.68% 0.3% -
HSV(B) 256º 0.81% 0.51% -
XYZ 5.85 3.06 21.4 -
YUV 45.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 53 25 130 0.59 0.81 0 0.49 256 0.68 0.3
Hex 35 19 82 3B 51 0 31 100 44 1E
Octal 65 31 202 73 121 0 61 400 104 36
Binary 110101 11001 10000010 111011 1010001 0 110001 100000000 1000100 11110

Color Harmonies of #351982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351982

Black with #351982

Text Example


Text Example

White with #351982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351982; }

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

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

background-color css

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

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

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

border-color css

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

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

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