Html Css Color HEX #332585 Persian Indigo

📋 copy color: '#332585'

red 51 ◦ green 37 ◦ blue 133

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

Shades of Persian Indigo #332585

Tints of Persian Indigo #332585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 23.08%
G = 16.74%
B = 60.18%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#332585 (or 0x332585) is known color: Persian Indigo. HEX triplet: 33, 25 and 85. RGB value is (51,37,133). Sum of RGB (Red+Green+Blue) = 51+37+133=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #332585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332585 is #CCDA7A. Grayscale: #333333. Windows color (decimal): -13425275 or 8725811. OLE color: 8725811.

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

Color convert

RGB 51 37 133 -
CMYK 0.62 0.72 0 0.48
HSL 248.75º 0.56% 0.33% -
HSV(B) 248.75º 0.72% 0.52% -
XYZ 6.26 3.72 22.58 -
YUV 52.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 51 37 133 0.62 0.72 0 0.48 248.75 0.56 0.33
Hex 33 25 85 3E 48 0 30 F9 38 21
Octal 63 45 205 76 110 0 60 371 70 41
Binary 110011 100101 10000101 111110 1001000 0 110000 11111001 111000 100001

Color Harmonies of #332585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332585

Black with #332585

Text Example


Text Example

White with #332585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332585; }

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

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

background-color css

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

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

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

border-color css

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

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

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