Html Css Color HEX #332185 Persian Indigo

📋 copy color: '#332185'

red 51 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #332185

Tints of Persian Indigo #332185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.29%

R = 23.5%
G = 15.21%
B = 61.29%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#332185 (or 0x332185) is known color: Persian Indigo. HEX triplet: 33, 21 and 85. RGB value is (51,33,133). Sum of RGB (Red+Green+Blue) = 51+33+133=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #332185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332185 is #CCDE7A. Grayscale: #313131. Windows color (decimal): -13426299 or 8724787. OLE color: 8724787.

HSL color Cylindrical-coordinate representation of color #332185: hue angle of 250.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332185 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 33 133 -
CMYK 0.62 0.75 0 0.48
HSL 250.8º 0.6% 0.33% -
HSV(B) 250.8º 0.75% 0.52% -
XYZ 6.14 3.48 22.54 -
YUV 49.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 51 33 133 0.62 0.75 0 0.48 250.8 0.6 0.33
Hex 33 21 85 3E 4B 0 30 FB 3C 21
Octal 63 41 205 76 113 0 60 373 74 41
Binary 110011 100001 10000101 111110 1001011 0 110000 11111011 111100 100001

Color Harmonies of #332185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332185

Black with #332185

Text Example


Text Example

White with #332185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332185; }

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

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

background-color css

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

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

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

border-color css

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

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

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