Html Css Color HEX #351399 Persian Indigo

📋 copy color: '#351399'

red 53 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #351399

Tints of Persian Indigo #351399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 23.56%
G = 8.44%
B = 68%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351399 (or 0x351399) is known color: Persian Indigo. HEX triplet: 35, 13 and 99. RGB value is (53,19,153). Sum of RGB (Red+Green+Blue) = 53+19+153=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #351399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351399 is #CAEC66. Grayscale: #2B2B2B. Windows color (decimal): -13298791 or 10031925. OLE color: 10031925.

HSL color Cylindrical-coordinate representation of color #351399: hue angle of 255.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351399 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 19 153 -
CMYK 0.65 0.88 0 0.4
HSL 255.22º 0.78% 0.34% -
HSV(B) 255.22º 0.88% 0.6% -
XYZ 7.45 3.52 30.42 -
YUV 44.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 53 19 153 0.65 0.88 0 0.4 255.22 0.78 0.34
Hex 35 13 99 41 58 0 28 FF 4E 22
Octal 65 23 231 101 130 0 50 377 116 42
Binary 110101 10011 10011001 1000001 1011000 0 101000 11111111 1001110 100010

Color Harmonies of #351399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351399

Black with #351399

Text Example


Text Example

White with #351399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351399; }

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

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

background-color css

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

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

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

border-color css

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

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

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