Html Css Color HEX #350099 Persian Indigo

📋 copy color: '#350099'

red 53 ◦ green 0 ◦ blue 153

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

Shades of Persian Indigo #350099

Tints of Persian Indigo #350099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.73%
G = 0%
B = 74.27%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350099 (or 0x350099) is known color: Persian Indigo. HEX triplet: 35, 00 and 99. RGB value is (53,0,153). Sum of RGB (Red+Green+Blue) = 53+0+153=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #350099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350099 is #CAFF66. Grayscale: #202020. Windows color (decimal): -13303655 or 10027061. OLE color: 10027061.

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

Color convert

RGB 53 0 153 -
CMYK 0.65 1 0 0.4
HSL 260.78º 1% 0.3% -
HSV(B) 260.78º 1% 0.6% -
XYZ 7.22 3.06 30.35 -
YUV 33.29 195.56 142.06 -
System Red Green Blue C M Y K H S L
Decimal 53 0 153 0.65 1 0 0.4 260.78 1 0.3
Hex 35 0 99 41 64 0 28 105 64 1E
Octal 65 0 231 101 144 0 50 405 144 36
Binary 110101 0 10011001 1000001 1100100 0 101000 100000101 1100100 11110

Color Harmonies of #350099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350099

Black with #350099

Text Example


Text Example

White with #350099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350099; }

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

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

background-color css

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

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

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

border-color css

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

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

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