Html Css Color HEX #350899 Persian Indigo

📋 copy color: '#350899'

red 53 ◦ green 8 ◦ blue 153

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

Shades of Persian Indigo #350899

Tints of Persian Indigo #350899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 24.77%
G = 3.74%
B = 71.5%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350899 (or 0x350899) is known color: Persian Indigo. HEX triplet: 35, 08 and 99. RGB value is (53,8,153). Sum of RGB (Red+Green+Blue) = 53+8+153=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #350899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350899 is #CAF766. Grayscale: #252525. Windows color (decimal): -13301607 or 10029109. OLE color: 10029109.

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

Color convert

RGB 53 8 153 -
CMYK 0.65 0.95 0 0.4
HSL 258.62º 0.9% 0.32% -
HSV(B) 258.62º 0.95% 0.6% -
XYZ 7.3 3.23 30.38 -
YUV 37.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 53 8 153 0.65 0.95 0 0.4 258.62 0.9 0.32
Hex 35 8 99 41 5F 0 28 103 5A 20
Octal 65 10 231 101 137 0 50 403 132 40
Binary 110101 1000 10011001 1000001 1011111 0 101000 100000011 1011010 100000

Color Harmonies of #350899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350899

Black with #350899

Text Example


Text Example

White with #350899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350899; }

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

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

background-color css

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

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

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

border-color css

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

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

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