Html Css Color HEX #352483 Persian Indigo

📋 copy color: '#352483'

red 53 ◦ green 36 ◦ blue 131

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

Shades of Persian Indigo #352483

Tints of Persian Indigo #352483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 131 (51.56% from 255) = 59.55%

R = 24.09%
G = 16.36%
B = 59.55%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#352483 (or 0x352483) is known color: Persian Indigo. HEX triplet: 35, 24 and 83. RGB value is (53,36,131). Sum of RGB (Red+Green+Blue) = 53+36+131=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #352483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352483 is #CADB7C. Grayscale: #333333. Windows color (decimal): -13294461 or 8594485. OLE color: 8594485.

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

Color convert

RGB 53 36 131 -
CMYK 0.60 0.73 0 0.49
HSL 250.74º 0.57% 0.33% -
HSV(B) 250.74º 0.73% 0.51% -
XYZ 6.2 3.66 21.85 -
YUV 51.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 53 36 131 0.60 0.73 0 0.49 250.74 0.57 0.33
Hex 35 24 83 3C 49 0 31 FB 39 21
Octal 65 44 203 74 111 0 61 373 71 41
Binary 110101 100100 10000011 111100 1001001 0 110001 11111011 111001 100001

Color Harmonies of #352483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352483

Black with #352483

Text Example


Text Example

White with #352483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352483; }

 p { color: rgb(53,36,131); }

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

background-color css

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

 a { background-color: rgb(53,36,131); }

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

border-color css

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

 span { border-color: rgb(53,36,131); }

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