Html Css Color HEX #351783 Persian Indigo

📋 copy color: '#351783'

red 53 ◦ green 23 ◦ blue 131

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

Shades of Persian Indigo #351783

Tints of Persian Indigo #351783

RGB

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

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

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

R = 25.6%
G = 11.11%
B = 63.29%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351783 (or 0x351783) is known color: Persian Indigo. HEX triplet: 35, 17 and 83. RGB value is (53,23,131). Sum of RGB (Red+Green+Blue) = 53+23+131=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #351783 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351783 is #CAE87C. Grayscale: #2B2B2B. Windows color (decimal): -13297789 or 8591157. OLE color: 8591157.

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

Color convert

RGB 53 23 131 -
CMYK 0.60 0.82 0 0.49
HSL 256.67º 0.7% 0.3% -
HSV(B) 256.67º 0.82% 0.51% -
XYZ 5.87 3.01 21.74 -
YUV 44.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 53 23 131 0.60 0.82 0 0.49 256.67 0.7 0.3
Hex 35 17 83 3C 52 0 31 101 46 1E
Octal 65 27 203 74 122 0 61 401 106 36
Binary 110101 10111 10000011 111100 1010010 0 110001 100000001 1000110 11110

Color Harmonies of #351783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351783

Black with #351783

Text Example


Text Example

White with #351783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351783; }

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

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

background-color css

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

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

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

border-color css

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

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

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