Html Css Color HEX #350495 Persian Indigo

📋 copy color: '#350495'

red 53 ◦ green 4 ◦ blue 149

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

Shades of Persian Indigo #350495

Tints of Persian Indigo #350495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 25.73%
G = 1.94%
B = 72.33%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350495 (or 0x350495) is known color: Persian Indigo. HEX triplet: 35, 04 and 95. RGB value is (53,4,149). Sum of RGB (Red+Green+Blue) = 53+4+149=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #350495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350495 is #CAFB6A. Grayscale: #222222. Windows color (decimal): -13302635 or 9765941. OLE color: 9765941.

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

Color convert

RGB 53 4 149 -
CMYK 0.64 0.97 0 0.42
HSL 260.28º 0.95% 0.3% -
HSV(B) 260.28º 0.97% 0.58% -
XYZ 6.94 3.01 28.65 -
YUV 35.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 53 4 149 0.64 0.97 0 0.42 260.28 0.95 0.3
Hex 35 4 95 40 61 0 2A 104 5F 1E
Octal 65 4 225 100 141 0 52 404 137 36
Binary 110101 100 10010101 1000000 1100001 0 101010 100000100 1011111 11110

Color Harmonies of #350495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350495

Black with #350495

Text Example


Text Example

White with #350495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350495; }

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

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

background-color css

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

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

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

border-color css

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

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

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