Html Css Color HEX #350199 Persian Indigo

📋 copy color: '#350199'

red 53 ◦ green 1 ◦ blue 153

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

Shades of Persian Indigo #350199

Tints of Persian Indigo #350199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 25.6%
G = 0.48%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350199 (or 0x350199) is known color: Persian Indigo. HEX triplet: 35, 01 and 99. RGB value is (53,1,153). Sum of RGB (Red+Green+Blue) = 53+1+153=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #350199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350199 is #CAFE66. Grayscale: #212121. Windows color (decimal): -13303399 or 10027317. OLE color: 10027317.

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

Color convert

RGB 53 1 153 -
CMYK 0.65 0.99 0 0.4
HSL 260.53º 0.99% 0.3% -
HSV(B) 260.53º 0.99% 0.6% -
XYZ 7.23 3.08 30.35 -
YUV 33.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 53 1 153 0.65 0.99 0 0.4 260.53 0.99 0.3
Hex 35 1 99 41 63 0 28 105 63 1E
Octal 65 1 231 101 143 0 50 405 143 36
Binary 110101 1 10011001 1000001 1100011 0 101000 100000101 1100011 11110

Color Harmonies of #350199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350199

Black with #350199

Text Example


Text Example

White with #350199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350199; }

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

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

background-color css

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

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

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

border-color css

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

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

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