Html Css Color HEX #332883 Persian Indigo

📋 copy color: '#332883'

red 51 ◦ green 40 ◦ blue 131

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

Shades of Persian Indigo #332883

Tints of Persian Indigo #332883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 22.97%
G = 18.02%
B = 59.01%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332883 (or 0x332883) is known color: Persian Indigo. HEX triplet: 33, 28 and 83. RGB value is (51,40,131). Sum of RGB (Red+Green+Blue) = 51+40+131=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #332883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332883 is #CCD77C. Grayscale: #353535. Windows color (decimal): -13424509 or 8595507. OLE color: 8595507.

HSL color Cylindrical-coordinate representation of color #332883: hue angle of 247.25º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332883 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 40 131 -
CMYK 0.61 0.69 0 0.49
HSL 247.25º 0.53% 0.34% -
HSV(B) 247.25º 0.69% 0.51% -
XYZ 6.22 3.86 21.89 -
YUV 53.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 51 40 131 0.61 0.69 0 0.49 247.25 0.53 0.34
Hex 33 28 83 3D 45 0 31 F7 35 22
Octal 63 50 203 75 105 0 61 367 65 42
Binary 110011 101000 10000011 111101 1000101 0 110001 11110111 110101 100010

Color Harmonies of #332883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332883

Black with #332883

Text Example


Text Example

White with #332883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332883; }

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

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

background-color css

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

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

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

border-color css

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

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

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