Html Css Color HEX #352073 Persian Indigo

📋 copy color: '#352073'

red 53 ◦ green 32 ◦ blue 115

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

Shades of Persian Indigo #352073

Tints of Persian Indigo #352073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 26.5%
G = 16%
B = 57.5%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352073 (or 0x352073) is known color: Persian Indigo. HEX triplet: 35, 20 and 73. RGB value is (53,32,115). Sum of RGB (Red+Green+Blue) = 53+32+115=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #352073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352073 is #CADF8C. Grayscale: #2F2F2F. Windows color (decimal): -13295501 or 7544885. OLE color: 7544885.

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

Color convert

RGB 53 32 115 -
CMYK 0.54 0.72 0 0.55
HSL 255.18º 0.56% 0.29% -
HSV(B) 255.18º 0.72% 0.45% -
XYZ 5.08 3.03 16.54 -
YUV 47.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 53 32 115 0.54 0.72 0 0.55 255.18 0.56 0.29
Hex 35 20 73 36 48 0 37 FF 38 1D
Octal 65 40 163 66 110 0 67 377 70 35
Binary 110101 100000 1110011 110110 1001000 0 110111 11111111 111000 11101

Color Harmonies of #352073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352073

Black with #352073

Text Example


Text Example

White with #352073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352073; }

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

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

background-color css

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

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

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

border-color css

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

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

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