Html Css Color HEX #351896 Persian Indigo

📋 copy color: '#351896'

red 53 ◦ green 24 ◦ blue 150

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

Shades of Persian Indigo #351896

Tints of Persian Indigo #351896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 23.35%
G = 10.57%
B = 66.08%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#351896 (or 0x351896) is known color: Persian Indigo. HEX triplet: 35, 18 and 96. RGB value is (53,24,150). Sum of RGB (Red+Green+Blue) = 53+24+150=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #351896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351896 is #CAE769. Grayscale: #2E2E2E. Windows color (decimal): -13297514 or 9836597. OLE color: 9836597.

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

Color convert

RGB 53 24 150 -
CMYK 0.65 0.84 0 0.41
HSL 253.81º 0.72% 0.34% -
HSV(B) 253.81º 0.84% 0.59% -
XYZ 7.3 3.61 29.17 -
YUV 47.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 53 24 150 0.65 0.84 0 0.41 253.81 0.72 0.34
Hex 35 18 96 41 54 0 29 FE 48 22
Octal 65 30 226 101 124 0 51 376 110 42
Binary 110101 11000 10010110 1000001 1010100 0 101001 11111110 1001000 100010

Color Harmonies of #351896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351896

Black with #351896

Text Example


Text Example

White with #351896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351896; }

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

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

background-color css

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

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

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

border-color css

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

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

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