Html Css Color HEX #350399 Persian Indigo

📋 copy color: '#350399'

red 53 ◦ green 3 ◦ blue 153

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

Shades of Persian Indigo #350399

Tints of Persian Indigo #350399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 25.36%
G = 1.44%
B = 73.21%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350399 (or 0x350399) is known color: Persian Indigo. HEX triplet: 35, 03 and 99. RGB value is (53,3,153). Sum of RGB (Red+Green+Blue) = 53+3+153=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #350399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350399 is #CAFC66. Grayscale: #222222. Windows color (decimal): -13302887 or 10027829. OLE color: 10027829.

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

Color convert

RGB 53 3 153 -
CMYK 0.65 0.98 0 0.4
HSL 260º 0.96% 0.31% -
HSV(B) 260º 0.98% 0.6% -
XYZ 7.25 3.12 30.36 -
YUV 35.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 53 3 153 0.65 0.98 0 0.4 260 0.96 0.31
Hex 35 3 99 41 62 0 28 104 60 1F
Octal 65 3 231 101 142 0 50 404 140 37
Binary 110101 11 10011001 1000001 1100010 0 101000 100000100 1100000 11111

Color Harmonies of #350399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350399

Black with #350399

Text Example


Text Example

White with #350399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350399; }

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

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

background-color css

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

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

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

border-color css

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

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

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