Html Css Color HEX #350E99 Persian Indigo

📋 copy color: '#350E99'

red 53 ◦ green 14 ◦ blue 153

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

Shades of Persian Indigo #350E99

Tints of Persian Indigo #350E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.36%

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

R = 24.09%
G = 6.36%
B = 69.55%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350E99 (or 0x350E99) is known color: Persian Indigo. HEX triplet: 35, 0E and 99. RGB value is (53,14,153). Sum of RGB (Red+Green+Blue) = 53+14+153=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #350E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350E99 is #CAF166. Grayscale: #282828. Windows color (decimal): -13300071 or 10030645. OLE color: 10030645.

HSL color Cylindrical-coordinate representation of color #350E99: hue angle of 256.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350E99 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 14 153 -
CMYK 0.65 0.91 0 0.4
HSL 256.83º 0.83% 0.33% -
HSV(B) 256.83º 0.91% 0.6% -
XYZ 7.38 3.37 30.4 -
YUV 41.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 53 14 153 0.65 0.91 0 0.4 256.83 0.83 0.33
Hex 35 E 99 41 5B 0 28 101 53 21
Octal 65 16 231 101 133 0 50 401 123 41
Binary 110101 1110 10011001 1000001 1011011 0 101000 100000001 1010011 100001

Color Harmonies of #350E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E99

Black with #350E99

Text Example


Text Example

White with #350E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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