Html Css Color HEX #351699 Persian Indigo

📋 copy color: '#351699'

red 53 ◦ green 22 ◦ blue 153

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

Shades of Persian Indigo #351699

Tints of Persian Indigo #351699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

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

R = 23.25%
G = 9.65%
B = 67.11%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351699 (or 0x351699) is known color: Persian Indigo. HEX triplet: 35, 16 and 99. RGB value is (53,22,153). Sum of RGB (Red+Green+Blue) = 53+22+153=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #351699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351699 is #CAE966. Grayscale: #2D2D2D. Windows color (decimal): -13298023 or 10032693. OLE color: 10032693.

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

Color convert

RGB 53 22 153 -
CMYK 0.65 0.86 0 0.4
HSL 254.2º 0.75% 0.34% -
HSV(B) 254.2º 0.86% 0.6% -
XYZ 7.5 3.63 30.44 -
YUV 46.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 53 22 153 0.65 0.86 0 0.4 254.2 0.75 0.34
Hex 35 16 99 41 56 0 28 FE 4B 22
Octal 65 26 231 101 126 0 50 376 113 42
Binary 110101 10110 10011001 1000001 1010110 0 101000 11111110 1001011 100010

Color Harmonies of #351699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351699

Black with #351699

Text Example


Text Example

White with #351699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351699; }

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

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

background-color css

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

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

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

border-color css

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

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

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