Html Css Color HEX #350895 Persian Indigo

📋 copy color: '#350895'

red 53 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #350895

Tints of Persian Indigo #350895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 25.24%
G = 3.81%
B = 70.95%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350895 (or 0x350895) is known color: Persian Indigo. HEX triplet: 35, 08 and 95. RGB value is (53,8,149). Sum of RGB (Red+Green+Blue) = 53+8+149=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #350895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350895 is #CAF76A. Grayscale: #252525. Windows color (decimal): -13301611 or 9766965. OLE color: 9766965.

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

Color convert

RGB 53 8 149 -
CMYK 0.64 0.95 0 0.42
HSL 259.15º 0.9% 0.31% -
HSV(B) 259.15º 0.95% 0.58% -
XYZ 6.98 3.1 28.66 -
YUV 37.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 53 8 149 0.64 0.95 0 0.42 259.15 0.9 0.31
Hex 35 8 95 40 5F 0 2A 103 5A 1F
Octal 65 10 225 100 137 0 52 403 132 37
Binary 110101 1000 10010101 1000000 1011111 0 101010 100000011 1011010 11111

Color Harmonies of #350895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350895

Black with #350895

Text Example


Text Example

White with #350895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350895; }

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

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

background-color css

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

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

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

border-color css

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

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

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