Html Css Color HEX #351881 Persian Indigo

📋 copy color: '#351881'

red 53 ◦ green 24 ◦ blue 129

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

Shades of Persian Indigo #351881

Tints of Persian Indigo #351881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 129 (50.78% from 255) = 62.62%

R = 25.73%
G = 11.65%
B = 62.62%

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

#351881 (or 0x351881) is known color: Persian Indigo. HEX triplet: 35, 18 and 81. RGB value is (53,24,129). Sum of RGB (Red+Green+Blue) = 53+24+129=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #351881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351881 is #CAE77E. Grayscale: #2C2C2C. Windows color (decimal): -13297535 or 8460341. OLE color: 8460341.

HSL color Cylindrical-coordinate representation of color #351881: hue angle of 256.57º degrees, saturation: 0.69, 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 #351881 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 24 129 -
CMYK 0.59 0.81 0 0.49
HSL 256.57º 0.69% 0.3% -
HSV(B) 256.57º 0.81% 0.51% -
XYZ 5.76 3 21.04 -
YUV 44.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 53 24 129 0.59 0.81 0 0.49 256.57 0.69 0.3
Hex 35 18 81 3B 51 0 31 101 45 1E
Octal 65 30 201 73 121 0 61 401 105 36
Binary 110101 11000 10000001 111011 1010001 0 110001 100000001 1000101 11110

Color Harmonies of #351881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351881

Black with #351881

Text Example


Text Example

White with #351881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351881; }

 p { color: rgb(53,24,129); }

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

background-color css

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

 a { background-color: rgb(53,24,129); }

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

border-color css

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

 span { border-color: rgb(53,24,129); }

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