Html Css Color HEX #351983 Persian Indigo

📋 copy color: '#351983'

red 53 ◦ green 25 ◦ blue 131

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

Shades of Persian Indigo #351983

Tints of Persian Indigo #351983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 62.68%

R = 25.36%
G = 11.96%
B = 62.68%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351983 (or 0x351983) is known color: Persian Indigo. HEX triplet: 35, 19 and 83. RGB value is (53,25,131). Sum of RGB (Red+Green+Blue) = 53+25+131=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #351983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351983 is #CAE67C. Grayscale: #2D2D2D. Windows color (decimal): -13297277 or 8591669. OLE color: 8591669.

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

Color convert

RGB 53 25 131 -
CMYK 0.60 0.81 0 0.49
HSL 255.85º 0.68% 0.31% -
HSV(B) 255.85º 0.81% 0.51% -
XYZ 5.91 3.09 21.76 -
YUV 45.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 53 25 131 0.60 0.81 0 0.49 255.85 0.68 0.31
Hex 35 19 83 3C 51 0 31 100 44 1F
Octal 65 31 203 74 121 0 61 400 104 37
Binary 110101 11001 10000011 111100 1010001 0 110001 100000000 1000100 11111

Color Harmonies of #351983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351983

Black with #351983

Text Example


Text Example

White with #351983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351983; }

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

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

background-color css

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

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

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

border-color css

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

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

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