Html Css Color HEX #351096 Persian Indigo

📋 copy color: '#351096'

red 53 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #351096

Tints of Persian Indigo #351096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 24.2%
G = 7.31%
B = 68.49%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#351096 (or 0x351096) is known color: Persian Indigo. HEX triplet: 35, 10 and 96. RGB value is (53,16,150). Sum of RGB (Red+Green+Blue) = 53+16+150=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #351096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351096 is #CAEF69. Grayscale: #292929. Windows color (decimal): -13299562 or 9834549. OLE color: 9834549.

HSL color Cylindrical-coordinate representation of color #351096: hue angle of 256.57º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351096 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 16 150 -
CMYK 0.65 0.89 0 0.41
HSL 256.57º 0.81% 0.33% -
HSV(B) 256.57º 0.89% 0.59% -
XYZ 7.16 3.33 29.12 -
YUV 42.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 53 16 150 0.65 0.89 0 0.41 256.57 0.81 0.33
Hex 35 10 96 41 59 0 29 101 51 21
Octal 65 20 226 101 131 0 51 401 121 41
Binary 110101 10000 10010110 1000001 1011001 0 101001 100000001 1010001 100001

Color Harmonies of #351096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351096

Black with #351096

Text Example


Text Example

White with #351096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351096; }

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

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

background-color css

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

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

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

border-color css

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

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

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