Html Css Color HEX #350696 Persian Indigo

📋 copy color: '#350696'

red 53 ◦ green 6 ◦ blue 150

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

Shades of Persian Indigo #350696

Tints of Persian Indigo #350696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 25.36%
G = 2.87%
B = 71.77%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#350696 (or 0x350696) is known color: Persian Indigo. HEX triplet: 35, 06 and 96. RGB value is (53,6,150). Sum of RGB (Red+Green+Blue) = 53+6+150=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #350696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350696 is #CAF969. Grayscale: #232323. Windows color (decimal): -13302122 or 9831989. OLE color: 9831989.

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

Color convert

RGB 53 6 150 -
CMYK 0.65 0.96 0 0.41
HSL 259.58º 0.92% 0.31% -
HSV(B) 259.58º 0.96% 0.59% -
XYZ 7.04 3.09 29.08 -
YUV 36.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 53 6 150 0.65 0.96 0 0.41 259.58 0.92 0.31
Hex 35 6 96 41 60 0 29 104 5C 1F
Octal 65 6 226 101 140 0 51 404 134 37
Binary 110101 110 10010110 1000001 1100000 0 101001 100000100 1011100 11111

Color Harmonies of #350696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350696

Black with #350696

Text Example


Text Example

White with #350696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350696; }

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

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

background-color css

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

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

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

border-color css

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

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

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