Html Css Color HEX #351081 Persian Indigo

📋 copy color: '#351081'

red 53 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #351081

Tints of Persian Indigo #351081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 26.77%
G = 8.08%
B = 65.15%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351081 (or 0x351081) is known color: Persian Indigo. HEX triplet: 35, 10 and 81. RGB value is (53,16,129). Sum of RGB (Red+Green+Blue) = 53+16+129=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #351081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351081 is #CAEF7E. Grayscale: #272727. Windows color (decimal): -13299583 or 8458293. OLE color: 8458293.

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

Color convert

RGB 53 16 129 -
CMYK 0.59 0.88 0 0.49
HSL 259.65º 0.78% 0.28% -
HSV(B) 259.65º 0.88% 0.51% -
XYZ 5.62 2.71 21 -
YUV 39.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 53 16 129 0.59 0.88 0 0.49 259.65 0.78 0.28
Hex 35 10 81 3B 58 0 31 104 4E 1C
Octal 65 20 201 73 130 0 61 404 116 34
Binary 110101 10000 10000001 111011 1011000 0 110001 100000100 1001110 11100

Color Harmonies of #351081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351081

Black with #351081

Text Example


Text Example

White with #351081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351081; }

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

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

background-color css

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

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

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

border-color css

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

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

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