Html Css Color HEX #350896 Persian Indigo

📋 copy color: '#350896'

red 53 ◦ green 8 ◦ blue 150

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

Shades of Persian Indigo #350896

Tints of Persian Indigo #350896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 25.12%
G = 3.79%
B = 71.09%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#350896 (or 0x350896) is known color: Persian Indigo. HEX triplet: 35, 08 and 96. RGB value is (53,8,150). Sum of RGB (Red+Green+Blue) = 53+8+150=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #350896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350896 is #CAF769. Grayscale: #252525. Windows color (decimal): -13301610 or 9832501. OLE color: 9832501.

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

Color convert

RGB 53 8 150 -
CMYK 0.65 0.95 0 0.41
HSL 259.01º 0.9% 0.31% -
HSV(B) 259.01º 0.95% 0.59% -
XYZ 7.06 3.13 29.09 -
YUV 37.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 53 8 150 0.65 0.95 0 0.41 259.01 0.9 0.31
Hex 35 8 96 41 5F 0 29 103 5A 1F
Octal 65 10 226 101 137 0 51 403 132 37
Binary 110101 1000 10010110 1000001 1011111 0 101001 100000011 1011010 11111

Color Harmonies of #350896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350896

Black with #350896

Text Example


Text Example

White with #350896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350896; }

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

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

background-color css

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

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

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

border-color css

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

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

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