Html Css Color HEX #351281 Persian Indigo

📋 copy color: '#351281'

red 53 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #351281

Tints of Persian Indigo #351281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 26.5%
G = 9%
B = 64.5%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351281 (or 0x351281) is known color: Persian Indigo. HEX triplet: 35, 12 and 81. RGB value is (53,18,129). Sum of RGB (Red+Green+Blue) = 53+18+129=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #351281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351281 is #CAED7E. Grayscale: #282828. Windows color (decimal): -13299071 or 8458805. OLE color: 8458805.

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

Color convert

RGB 53 18 129 -
CMYK 0.59 0.86 0 0.49
HSL 258.92º 0.76% 0.29% -
HSV(B) 258.92º 0.86% 0.51% -
XYZ 5.65 2.77 21.01 -
YUV 41.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 53 18 129 0.59 0.86 0 0.49 258.92 0.76 0.29
Hex 35 12 81 3B 56 0 31 103 4C 1D
Octal 65 22 201 73 126 0 61 403 114 35
Binary 110101 10010 10000001 111011 1010110 0 110001 100000011 1001100 11101

Color Harmonies of #351281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351281

Black with #351281

Text Example


Text Example

White with #351281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351281; }

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

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

background-color css

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

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

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

border-color css

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

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

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