Html Css Color HEX #32287F Persian Indigo

📋 copy color: '#32287F'

red 50 ◦ green 40 ◦ blue 127

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

Shades of Persian Indigo #32287F

Tints of Persian Indigo #32287F

RGB

 RED value IS 50 (19.92% from 255) = 23.04%

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 127 (50% from 255) = 58.53%

R = 23.04%
G = 18.43%
B = 58.53%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32287F (or 0x32287F) is known color: Persian Indigo. HEX triplet: 32, 28 and 7F. RGB value is (50,40,127). Sum of RGB (Red+Green+Blue) = 50+40+127=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #32287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32287F is #CDD780. Grayscale: #343434. Windows color (decimal): -13490049 or 8333362. OLE color: 8333362.

HSL color Cylindrical-coordinate representation of color #32287F: hue angle of 246.9º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32287F is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 40 127 -
CMYK 0.61 0.69 0 0.50
HSL 246.9º 0.52% 0.33% -
HSV(B) 246.9º 0.69% 0.5% -
XYZ 5.9 3.73 20.49 -
YUV 52.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 50 40 127 0.61 0.69 0 0.50 246.9 0.52 0.33
Hex 32 28 7F 3D 45 0 32 F7 34 21
Octal 62 50 177 75 105 0 62 367 64 41
Binary 110010 101000 1111111 111101 1000101 0 110010 11110111 110100 100001

Color Harmonies of #32287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32287F

Black with #32287F

Text Example


Text Example

White with #32287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32287F; }

 p { color: rgb(50,40,127); }

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

background-color css

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

 a { background-color: rgb(50,40,127); }

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

border-color css

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

 span { border-color: rgb(50,40,127); }

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