Html Css Color HEX #350363 Persian Indigo

📋 copy color: '#350363'

red 53 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #350363

Tints of Persian Indigo #350363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 34.19%
G = 1.94%
B = 63.87%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#350363 (or 0x350363) is known color: Persian Indigo. HEX triplet: 35, 03 and 63. RGB value is (53,3,99). Sum of RGB (Red+Green+Blue) = 53+3+99=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #350363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350363 is #CAFC9C. Grayscale: #1C1C1C. Windows color (decimal): -13302941 or 6488885. OLE color: 6488885.

HSL color Cylindrical-coordinate representation of color #350363: hue angle of 271.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350363 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 3 99 -
CMYK 0.46 0.97 0 0.61
HSL 271.25º 0.94% 0.2% -
HSV(B) 271.25º 0.97% 0.39% -
XYZ 3.75 1.72 11.94 -
YUV 28.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 53 3 99 0.46 0.97 0 0.61 271.25 0.94 0.2
Hex 35 3 63 2E 61 0 3D 10F 5E 14
Octal 65 3 143 56 141 0 75 417 136 24
Binary 110101 11 1100011 101110 1100001 0 111101 100001111 1011110 10100

Color Harmonies of #350363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350363

Black with #350363

Text Example


Text Example

White with #350363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350363; }

 p { color: rgb(53,3,99); }

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

background-color css

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

 a { background-color: rgb(53,3,99); }

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

border-color css

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

 span { border-color: rgb(53,3,99); }

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