Html Css Color HEX #350699 Persian Indigo

📋 copy color: '#350699'

red 53 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #350699

Tints of Persian Indigo #350699

RGB

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

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

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

R = 25%
G = 2.83%
B = 72.17%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350699 (or 0x350699) is known color: Persian Indigo. HEX triplet: 35, 06 and 99. RGB value is (53,6,153). Sum of RGB (Red+Green+Blue) = 53+6+153=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #350699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350699 is #CAF966. Grayscale: #242424. Windows color (decimal): -13302119 or 10028597. OLE color: 10028597.

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

Color convert

RGB 53 6 153 -
CMYK 0.65 0.96 0 0.4
HSL 259.18º 0.92% 0.31% -
HSV(B) 259.18º 0.96% 0.6% -
XYZ 7.28 3.19 30.37 -
YUV 36.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 53 6 153 0.65 0.96 0 0.4 259.18 0.92 0.31
Hex 35 6 99 41 60 0 28 103 5C 1F
Octal 65 6 231 101 140 0 50 403 134 37
Binary 110101 110 10011001 1000001 1100000 0 101000 100000011 1011100 11111

Color Harmonies of #350699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350699

Black with #350699

Text Example


Text Example

White with #350699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350699; }

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

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

background-color css

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

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

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

border-color css

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

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

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