Html Css Color HEX #332183 Persian Indigo

📋 copy color: '#332183'

red 51 ◦ green 33 ◦ blue 131

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

Shades of Persian Indigo #332183

Tints of Persian Indigo #332183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 23.72%
G = 15.35%
B = 60.93%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332183 (or 0x332183) is known color: Persian Indigo. HEX triplet: 33, 21 and 83. RGB value is (51,33,131). Sum of RGB (Red+Green+Blue) = 51+33+131=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #332183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332183 is #CCDE7C. Grayscale: #313131. Windows color (decimal): -13426301 or 8593715. OLE color: 8593715.

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

Color convert

RGB 51 33 131 -
CMYK 0.61 0.75 0 0.49
HSL 251.02º 0.6% 0.32% -
HSV(B) 251.02º 0.75% 0.51% -
XYZ 6.01 3.43 21.82 -
YUV 49.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 51 33 131 0.61 0.75 0 0.49 251.02 0.6 0.32
Hex 33 21 83 3D 4B 0 31 FB 3C 20
Octal 63 41 203 75 113 0 61 373 74 40
Binary 110011 100001 10000011 111101 1001011 0 110001 11111011 111100 100000

Color Harmonies of #332183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332183

Black with #332183

Text Example


Text Example

White with #332183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332183; }

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

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

background-color css

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

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

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

border-color css

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

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

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