Html Css Color HEX #351799 Persian Indigo

📋 copy color: '#351799'

red 53 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #351799

Tints of Persian Indigo #351799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 153 (60.16% from 255) = 66.81%

R = 23.14%
G = 10.04%
B = 66.81%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351799 (or 0x351799) is known color: Persian Indigo. HEX triplet: 35, 17 and 99. RGB value is (53,23,153). Sum of RGB (Red+Green+Blue) = 53+23+153=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #351799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351799 is #CAE866. Grayscale: #2E2E2E. Windows color (decimal): -13297767 or 10032949. OLE color: 10032949.

HSL color Cylindrical-coordinate representation of color #351799: hue angle of 253.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351799 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 23 153 -
CMYK 0.65 0.85 0 0.4
HSL 253.85º 0.74% 0.35% -
HSV(B) 253.85º 0.85% 0.6% -
XYZ 7.52 3.67 30.45 -
YUV 46.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 53 23 153 0.65 0.85 0 0.4 253.85 0.74 0.35
Hex 35 17 99 41 55 0 28 FE 4A 23
Octal 65 27 231 101 125 0 50 376 112 43
Binary 110101 10111 10011001 1000001 1010101 0 101000 11111110 1001010 100011

Color Harmonies of #351799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351799

Black with #351799

Text Example


Text Example

White with #351799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351799; }

 p { color: rgb(53,23,153); }

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

background-color css

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

 a { background-color: rgb(53,23,153); }

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

border-color css

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

 span { border-color: rgb(53,23,153); }

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