Html Css Color HEX #352383 Persian Indigo

📋 copy color: '#352383'

red 53 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #352383

Tints of Persian Indigo #352383

RGB

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

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

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

R = 24.2%
G = 15.98%
B = 59.82%

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

#352383 (or 0x352383) is known color: Persian Indigo. HEX triplet: 35, 23 and 83. RGB value is (53,35,131). Sum of RGB (Red+Green+Blue) = 53+35+131=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #352383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352383 is #CADC7C. Grayscale: #323232. Windows color (decimal): -13294717 or 8594229. OLE color: 8594229.

HSL color Cylindrical-coordinate representation of color #352383: hue angle of 251.25º degrees, saturation: 0.58, 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 #352383 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 35 131 -
CMYK 0.60 0.73 0 0.49
HSL 251.25º 0.58% 0.33% -
HSV(B) 251.25º 0.73% 0.51% -
XYZ 6.17 3.6 21.84 -
YUV 51.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 53 35 131 0.60 0.73 0 0.49 251.25 0.58 0.33
Hex 35 23 83 3C 49 0 31 FB 3A 21
Octal 65 43 203 74 111 0 61 373 72 41
Binary 110101 100011 10000011 111100 1001001 0 110001 11111011 111010 100001

Color Harmonies of #352383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352383

Black with #352383

Text Example


Text Example

White with #352383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352383; }

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

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

background-color css

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

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

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

border-color css

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

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

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