Html Css Color HEX #332085 Persian Indigo

📋 copy color: '#332085'

red 51 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #332085

Tints of Persian Indigo #332085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 23.61%
G = 14.81%
B = 61.57%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#332085 (or 0x332085) is known color: Persian Indigo. HEX triplet: 33, 20 and 85. RGB value is (51,32,133). Sum of RGB (Red+Green+Blue) = 51+32+133=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #332085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332085 is #CCDF7A. Grayscale: #303030. Windows color (decimal): -13426555 or 8724531. OLE color: 8724531.

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

Color convert

RGB 51 32 133 -
CMYK 0.62 0.76 0 0.48
HSL 251.29º 0.61% 0.32% -
HSV(B) 251.29º 0.76% 0.52% -
XYZ 6.12 3.43 22.53 -
YUV 49.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 51 32 133 0.62 0.76 0 0.48 251.29 0.61 0.32
Hex 33 20 85 3E 4C 0 30 FB 3D 20
Octal 63 40 205 76 114 0 60 373 75 40
Binary 110011 100000 10000101 111110 1001100 0 110000 11111011 111101 100000

Color Harmonies of #332085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332085

Black with #332085

Text Example


Text Example

White with #332085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332085; }

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

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

background-color css

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

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

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

border-color css

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

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

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