Html Css Color HEX #350499 Persian Indigo

📋 copy color: '#350499'

red 53 ◦ green 4 ◦ blue 153

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

Shades of Persian Indigo #350499

Tints of Persian Indigo #350499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 25.24%
G = 1.9%
B = 72.86%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#350499 (or 0x350499) is known color: Persian Indigo. HEX triplet: 35, 04 and 99. RGB value is (53,4,153). Sum of RGB (Red+Green+Blue) = 53+4+153=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #350499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350499 is #CAFB66. Grayscale: #232323. Windows color (decimal): -13302631 or 10028085. OLE color: 10028085.

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

Color convert

RGB 53 4 153 -
CMYK 0.65 0.97 0 0.4
HSL 259.73º 0.95% 0.31% -
HSV(B) 259.73º 0.97% 0.6% -
XYZ 7.26 3.14 30.36 -
YUV 35.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 53 4 153 0.65 0.97 0 0.4 259.73 0.95 0.31
Hex 35 4 99 41 61 0 28 104 5F 1F
Octal 65 4 231 101 141 0 50 404 137 37
Binary 110101 100 10011001 1000001 1100001 0 101000 100000100 1011111 11111

Color Harmonies of #350499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350499

Black with #350499

Text Example


Text Example

White with #350499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350499; }

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

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

background-color css

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

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

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

border-color css

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

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

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