Html Css Color HEX #351C81 Persian Indigo

📋 copy color: '#351C81'

red 53 ◦ green 28 ◦ blue 129

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

Shades of Persian Indigo #351C81

Tints of Persian Indigo #351C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 25.24%
G = 13.33%
B = 61.43%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351C81 (or 0x351C81) is known color: Persian Indigo. HEX triplet: 35, 1C and 81. RGB value is (53,28,129). Sum of RGB (Red+Green+Blue) = 53+28+129=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #351C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C81 is #CAE37E. Grayscale: #2E2E2E. Windows color (decimal): -13296511 or 8461365. OLE color: 8461365.

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

Color convert

RGB 53 28 129 -
CMYK 0.59 0.78 0 0.49
HSL 254.85º 0.64% 0.31% -
HSV(B) 254.85º 0.78% 0.51% -
XYZ 5.85 3.17 21.07 -
YUV 46.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 53 28 129 0.59 0.78 0 0.49 254.85 0.64 0.31
Hex 35 1C 81 3B 4E 0 31 FF 40 1F
Octal 65 34 201 73 116 0 61 377 100 37
Binary 110101 11100 10000001 111011 1001110 0 110001 11111111 1000000 11111

Color Harmonies of #351C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C81

Black with #351C81

Text Example


Text Example

White with #351C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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