Html Css Color HEX #350273 Persian Indigo

📋 copy color: '#350273'

red 53 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #350273

Tints of Persian Indigo #350273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 31.18%
G = 1.18%
B = 67.65%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350273 (or 0x350273) is known color: Persian Indigo. HEX triplet: 35, 02 and 73. RGB value is (53,2,115). Sum of RGB (Red+Green+Blue) = 53+2+115=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #350273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350273 is #CAFD8C. Grayscale: #1D1D1D. Windows color (decimal): -13303181 or 7537205. OLE color: 7537205.

HSL color Cylindrical-coordinate representation of color #350273: hue angle of 267.08º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350273 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 2 115 -
CMYK 0.54 0.98 0 0.55
HSL 267.08º 0.97% 0.23% -
HSV(B) 267.08º 0.98% 0.45% -
XYZ 4.58 2.04 16.37 -
YUV 30.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 53 2 115 0.54 0.98 0 0.55 267.08 0.97 0.23
Hex 35 2 73 36 62 0 37 10B 61 17
Octal 65 2 163 66 142 0 67 413 141 27
Binary 110101 10 1110011 110110 1100010 0 110111 100001011 1100001 10111

Color Harmonies of #350273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350273

Black with #350273

Text Example


Text Example

White with #350273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350273; }

 p { color: rgb(53,2,115); }

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

background-color css

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

 a { background-color: rgb(53,2,115); }

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

border-color css

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

 span { border-color: rgb(53,2,115); }

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