Html Css Color HEX #350993 Persian Indigo

📋 copy color: '#350993'

red 53 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #350993

Tints of Persian Indigo #350993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 25.36%
G = 4.31%
B = 70.33%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350993 (or 0x350993) is known color: Persian Indigo. HEX triplet: 35, 09 and 93. RGB value is (53,9,147). Sum of RGB (Red+Green+Blue) = 53+9+147=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #350993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350993 is #CAF66C. Grayscale: #252525. Windows color (decimal): -13301357 or 9636149. OLE color: 9636149.

HSL color Cylindrical-coordinate representation of color #350993: hue angle of 259.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350993 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 9 147 -
CMYK 0.64 0.94 0 0.42
HSL 259.13º 0.88% 0.31% -
HSV(B) 259.13º 0.94% 0.58% -
XYZ 6.83 3.06 27.83 -
YUV 37.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 53 9 147 0.64 0.94 0 0.42 259.13 0.88 0.31
Hex 35 9 93 40 5E 0 2A 103 58 1F
Octal 65 11 223 100 136 0 52 403 130 37
Binary 110101 1001 10010011 1000000 1011110 0 101010 100000011 1011000 11111

Color Harmonies of #350993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350993

Black with #350993

Text Example


Text Example

White with #350993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350993; }

 p { color: rgb(53,9,147); }

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

background-color css

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

 a { background-color: rgb(53,9,147); }

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

border-color css

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

 span { border-color: rgb(53,9,147); }

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