Html Css Color HEX #351099 Persian Indigo

📋 copy color: '#351099'

red 53 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #351099

Tints of Persian Indigo #351099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 23.87%
G = 7.21%
B = 68.92%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351099 (or 0x351099) is known color: Persian Indigo. HEX triplet: 35, 10 and 99. RGB value is (53,16,153). Sum of RGB (Red+Green+Blue) = 53+16+153=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #351099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351099 is #CAEF66. Grayscale: #2A2A2A. Windows color (decimal): -13299559 or 10031157. OLE color: 10031157.

HSL color Cylindrical-coordinate representation of color #351099: hue angle of 256.2º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #351099 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 16 153 -
CMYK 0.65 0.90 0 0.4
HSL 256.2º 0.81% 0.33% -
HSV(B) 256.2º 0.9% 0.6% -
XYZ 7.4 3.43 30.41 -
YUV 42.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 53 16 153 0.65 0.90 0 0.4 256.2 0.81 0.33
Hex 35 10 99 41 5A 0 28 100 51 21
Octal 65 20 231 101 132 0 50 400 121 41
Binary 110101 10000 10011001 1000001 1011010 0 101000 100000000 1010001 100001

Color Harmonies of #351099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351099

Black with #351099

Text Example


Text Example

White with #351099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351099; }

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

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

background-color css

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

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

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

border-color css

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

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

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