Html Css Color HEX #350395 Persian Indigo

📋 copy color: '#350395'

red 53 ◦ green 3 ◦ blue 149

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

Shades of Persian Indigo #350395

Tints of Persian Indigo #350395

RGB

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

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

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

R = 25.85%
G = 1.46%
B = 72.68%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350395 (or 0x350395) is known color: Persian Indigo. HEX triplet: 35, 03 and 95. RGB value is (53,3,149). Sum of RGB (Red+Green+Blue) = 53+3+149=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #350395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350395 is #CAFC6A. Grayscale: #222222. Windows color (decimal): -13302891 or 9765685. OLE color: 9765685.

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

Color convert

RGB 53 3 149 -
CMYK 0.64 0.98 0 0.42
HSL 260.55º 0.96% 0.3% -
HSV(B) 260.55º 0.98% 0.58% -
XYZ 6.93 2.99 28.65 -
YUV 34.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 53 3 149 0.64 0.98 0 0.42 260.55 0.96 0.3
Hex 35 3 95 40 62 0 2A 105 60 1E
Octal 65 3 225 100 142 0 52 405 140 36
Binary 110101 11 10010101 1000000 1100010 0 101010 100000101 1100000 11110

Color Harmonies of #350395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350395

Black with #350395

Text Example


Text Example

White with #350395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350395; }

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

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

background-color css

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

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

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

border-color css

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

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

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