Html Css Color HEX #32028F Persian Indigo

📋 copy color: '#32028F'

red 50 ◦ green 2 ◦ blue 143

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

Shades of Persian Indigo #32028F

Tints of Persian Indigo #32028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 143 (56.25% from 255) = 73.33%

R = 25.64%
G = 1.03%
B = 73.33%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32028F (or 0x32028F) is known color: Persian Indigo. HEX triplet: 32, 02 and 8F. RGB value is (50,2,143). Sum of RGB (Red+Green+Blue) = 50+2+143=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #32028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32028F is #CDFD70. Grayscale: #1F1F1F. Windows color (decimal): -13499761 or 9372210. OLE color: 9372210.

HSL color Cylindrical-coordinate representation of color #32028F: hue angle of 260.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32028F is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 2 143 -
CMYK 0.65 0.99 0 0.44
HSL 260.43º 0.97% 0.28% -
HSV(B) 260.43º 0.99% 0.56% -
XYZ 6.3 2.7 26.18 -
YUV 32.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 50 2 143 0.65 0.99 0 0.44 260.43 0.97 0.28
Hex 32 2 8F 41 63 0 2C 104 61 1C
Octal 62 2 217 101 143 0 54 404 141 34
Binary 110010 10 10001111 1000001 1100011 0 101100 100000100 1100001 11100

Color Harmonies of #32028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32028F

Black with #32028F

Text Example


Text Example

White with #32028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,2,143); }

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

background-color css

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

 a { background-color: rgb(50,2,143); }

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

border-color css

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

 span { border-color: rgb(50,2,143); }

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