Html Css Color HEX #352384 Persian Indigo

📋 copy color: '#352384'

red 53 ◦ green 35 ◦ blue 132

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

Shades of Persian Indigo #352384

Tints of Persian Indigo #352384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 24.09%
G = 15.91%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352384 (or 0x352384) is known color: Persian Indigo. HEX triplet: 35, 23 and 84. RGB value is (53,35,132). Sum of RGB (Red+Green+Blue) = 53+35+132=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #352384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352384 is #CADC7B. Grayscale: #333333. Windows color (decimal): -13294716 or 8659765. OLE color: 8659765.

HSL color Cylindrical-coordinate representation of color #352384: hue angle of 251.13º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352384 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 35 132 -
CMYK 0.60 0.73 0 0.48
HSL 251.13º 0.58% 0.33% -
HSV(B) 251.13º 0.73% 0.52% -
XYZ 6.23 3.62 22.2 -
YUV 51.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 53 35 132 0.60 0.73 0 0.48 251.13 0.58 0.33
Hex 35 23 84 3C 49 0 30 FB 3A 21
Octal 65 43 204 74 111 0 60 373 72 41
Binary 110101 100011 10000100 111100 1001001 0 110000 11111011 111010 100001

Color Harmonies of #352384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352384

Black with #352384

Text Example


Text Example

White with #352384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352384; }

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

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

background-color css

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

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

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

border-color css

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

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

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