Html Css Color HEX #332383 Persian Indigo

📋 copy color: '#332383'

red 51 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #332383

Tints of Persian Indigo #332383

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

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

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

R = 23.5%
G = 16.13%
B = 60.37%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332383 (or 0x332383) is known color: Persian Indigo. HEX triplet: 33, 23 and 83. RGB value is (51,35,131). Sum of RGB (Red+Green+Blue) = 51+35+131=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #332383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332383 is #CCDC7C. Grayscale: #323232. Windows color (decimal): -13425789 or 8594227. OLE color: 8594227.

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

Color convert

RGB 51 35 131 -
CMYK 0.61 0.73 0 0.49
HSL 250º 0.58% 0.33% -
HSV(B) 250º 0.73% 0.51% -
XYZ 6.06 3.54 21.84 -
YUV 50.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 51 35 131 0.61 0.73 0 0.49 250 0.58 0.33
Hex 33 23 83 3D 49 0 31 FA 3A 21
Octal 63 43 203 75 111 0 61 372 72 41
Binary 110011 100011 10000011 111101 1001001 0 110001 11111010 111010 100001

Color Harmonies of #332383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332383

Black with #332383

Text Example


Text Example

White with #332383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332383; }

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

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

background-color css

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

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

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

border-color css

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

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

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