Html Css Color HEX #350599 Persian Indigo

📋 copy color: '#350599'

red 53 ◦ green 5 ◦ blue 153

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

Shades of Persian Indigo #350599

Tints of Persian Indigo #350599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 25.12%
G = 2.37%
B = 72.51%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350599 (or 0x350599) is known color: Persian Indigo. HEX triplet: 35, 05 and 99. RGB value is (53,5,153). Sum of RGB (Red+Green+Blue) = 53+5+153=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #350599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350599 is #CAFA66. Grayscale: #232323. Windows color (decimal): -13302375 or 10028341. OLE color: 10028341.

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

Color convert

RGB 53 5 153 -
CMYK 0.65 0.97 0 0.4
HSL 259.46º 0.94% 0.31% -
HSV(B) 259.46º 0.97% 0.6% -
XYZ 7.27 3.17 30.36 -
YUV 36.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 53 5 153 0.65 0.97 0 0.4 259.46 0.94 0.31
Hex 35 5 99 41 61 0 28 103 5E 1F
Octal 65 5 231 101 141 0 50 403 136 37
Binary 110101 101 10011001 1000001 1100001 0 101000 100000011 1011110 11111

Color Harmonies of #350599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350599

Black with #350599

Text Example


Text Example

White with #350599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350599; }

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

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

background-color css

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

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

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

border-color css

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

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

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