Html Css Color HEX #350995 Persian Indigo

📋 copy color: '#350995'

red 53 ◦ green 9 ◦ blue 149

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

Shades of Persian Indigo #350995

Tints of Persian Indigo #350995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.62%

R = 25.12%
G = 4.27%
B = 70.62%

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

#350995 (or 0x350995) is known color: Persian Indigo. HEX triplet: 35, 09 and 95. RGB value is (53,9,149). Sum of RGB (Red+Green+Blue) = 53+9+149=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #350995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350995 is #CAF66A. Grayscale: #252525. Windows color (decimal): -13301355 or 9767221. OLE color: 9767221.

HSL color Cylindrical-coordinate representation of color #350995: hue angle of 258.86º degrees, saturation: 0.89, 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 #350995 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 9 149 -
CMYK 0.64 0.94 0 0.42
HSL 258.86º 0.89% 0.31% -
HSV(B) 258.86º 0.94% 0.58% -
XYZ 6.99 3.12 28.67 -
YUV 38.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 53 9 149 0.64 0.94 0 0.42 258.86 0.89 0.31
Hex 35 9 95 40 5E 0 2A 103 59 1F
Octal 65 11 225 100 136 0 52 403 131 37
Binary 110101 1001 10010101 1000000 1011110 0 101010 100000011 1011001 11111

Color Harmonies of #350995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350995

Black with #350995

Text Example


Text Example

White with #350995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350995; }

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

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

background-color css

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

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

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

border-color css

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

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

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