Html Css Color HEX #350881 Persian Indigo

📋 copy color: '#350881'

red 53 ◦ green 8 ◦ blue 129

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

Shades of Persian Indigo #350881

Tints of Persian Indigo #350881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 27.89%
G = 4.21%
B = 67.89%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350881 (or 0x350881) is known color: Persian Indigo. HEX triplet: 35, 08 and 81. RGB value is (53,8,129). Sum of RGB (Red+Green+Blue) = 53+8+129=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #350881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350881 is #CAF77E. Grayscale: #222222. Windows color (decimal): -13301631 or 8456245. OLE color: 8456245.

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

Color convert

RGB 53 8 129 -
CMYK 0.59 0.94 0 0.49
HSL 262.31º 0.88% 0.27% -
HSV(B) 262.31º 0.94% 0.51% -
XYZ 5.52 2.52 20.96 -
YUV 35.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 53 8 129 0.59 0.94 0 0.49 262.31 0.88 0.27
Hex 35 8 81 3B 5E 0 31 106 58 1B
Octal 65 10 201 73 136 0 61 406 130 33
Binary 110101 1000 10000001 111011 1011110 0 110001 100000110 1011000 11011

Color Harmonies of #350881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350881

Black with #350881

Text Example


Text Example

White with #350881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350881; }

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

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

background-color css

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

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

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

border-color css

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

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

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