Html Css Color HEX #351785 Persian Indigo

📋 copy color: '#351785'

red 53 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #351785

Tints of Persian Indigo #351785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 25.36%
G = 11%
B = 63.64%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351785 (or 0x351785) is known color: Persian Indigo. HEX triplet: 35, 17 and 85. RGB value is (53,23,133). Sum of RGB (Red+Green+Blue) = 53+23+133=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #351785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351785 is #CAE87A. Grayscale: #2C2C2C. Windows color (decimal): -13297787 or 8722229. OLE color: 8722229.

HSL color Cylindrical-coordinate representation of color #351785: hue angle of 256.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351785 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 23 133 -
CMYK 0.60 0.83 0 0.48
HSL 256.36º 0.71% 0.31% -
HSV(B) 256.36º 0.83% 0.52% -
XYZ 6.01 3.06 22.46 -
YUV 44.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 53 23 133 0.60 0.83 0 0.48 256.36 0.71 0.31
Hex 35 17 85 3C 53 0 30 100 47 1F
Octal 65 27 205 74 123 0 60 400 107 37
Binary 110101 10111 10000101 111100 1010011 0 110000 100000000 1000111 11111

Color Harmonies of #351785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351785

Black with #351785

Text Example


Text Example

White with #351785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351785; }

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

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

background-color css

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

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

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

border-color css

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

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

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