Html Css Color HEX #352373 Persian Indigo

📋 copy color: '#352373'

red 53 ◦ green 35 ◦ blue 115

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

Shades of Persian Indigo #352373

Tints of Persian Indigo #352373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 26.11%
G = 17.24%
B = 56.65%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352373 (or 0x352373) is known color: Persian Indigo. HEX triplet: 35, 23 and 73. RGB value is (53,35,115). Sum of RGB (Red+Green+Blue) = 53+35+115=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #352373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352373 is #CADC8C. Grayscale: #313131. Windows color (decimal): -13294733 or 7545653. OLE color: 7545653.

HSL color Cylindrical-coordinate representation of color #352373: hue angle of 253.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352373 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 35 115 -
CMYK 0.54 0.70 0 0.55
HSL 253.5º 0.53% 0.29% -
HSV(B) 253.5º 0.7% 0.45% -
XYZ 5.16 3.2 16.56 -
YUV 49.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 53 35 115 0.54 0.70 0 0.55 253.5 0.53 0.29
Hex 35 23 73 36 46 0 37 FE 35 1D
Octal 65 43 163 66 106 0 67 376 65 35
Binary 110101 100011 1110011 110110 1000110 0 110111 11111110 110101 11101

Color Harmonies of #352373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352373

Black with #352373

Text Example


Text Example

White with #352373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352373; }

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

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

background-color css

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

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

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

border-color css

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

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

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