Html Css Color HEX #351C79 Persian Indigo

📋 copy color: '#351C79'

red 53 ◦ green 28 ◦ blue 121

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

Shades of Persian Indigo #351C79

Tints of Persian Indigo #351C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.9%

R = 26.24%
G = 13.86%
B = 59.9%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351C79 (or 0x351C79) is known color: Persian Indigo. HEX triplet: 35, 1C and 79. RGB value is (53,28,121). Sum of RGB (Red+Green+Blue) = 53+28+121=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #351C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C79 is #CAE386. Grayscale: #2D2D2D. Windows color (decimal): -13296519 or 7937077. OLE color: 7937077.

HSL color Cylindrical-coordinate representation of color #351C79: hue angle of 256.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351C79 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 28 121 -
CMYK 0.56 0.77 0 0.53
HSL 256.13º 0.62% 0.29% -
HSV(B) 256.13º 0.77% 0.47% -
XYZ 5.33 2.97 18.38 -
YUV 46.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 53 28 121 0.56 0.77 0 0.53 256.13 0.62 0.29
Hex 35 1C 79 38 4D 0 35 100 3E 1D
Octal 65 34 171 70 115 0 65 400 76 35
Binary 110101 11100 1111001 111000 1001101 0 110101 100000000 111110 11101

Color Harmonies of #351C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C79

Black with #351C79

Text Example


Text Example

White with #351C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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