Html Css Color HEX #332283 Persian Indigo

📋 copy color: '#332283'

red 51 ◦ green 34 ◦ blue 131

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

Shades of Persian Indigo #332283

Tints of Persian Indigo #332283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 23.61%
G = 15.74%
B = 60.65%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332283 (or 0x332283) is known color: Persian Indigo. HEX triplet: 33, 22 and 83. RGB value is (51,34,131). Sum of RGB (Red+Green+Blue) = 51+34+131=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #332283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332283 is #CCDD7C. Grayscale: #313131. Windows color (decimal): -13426045 or 8593971. OLE color: 8593971.

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

Color convert

RGB 51 34 131 -
CMYK 0.61 0.74 0 0.49
HSL 250.52º 0.59% 0.32% -
HSV(B) 250.52º 0.74% 0.51% -
XYZ 6.03 3.49 21.83 -
YUV 50.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 51 34 131 0.61 0.74 0 0.49 250.52 0.59 0.32
Hex 33 22 83 3D 4A 0 31 FB 3B 20
Octal 63 42 203 75 112 0 61 373 73 40
Binary 110011 100010 10000011 111101 1001010 0 110001 11111011 111011 100000

Color Harmonies of #332283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332283

Black with #332283

Text Example


Text Example

White with #332283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332283; }

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

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

background-color css

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

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

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

border-color css

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

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

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