Html Css Color HEX #32048C Persian Indigo

📋 copy color: '#32048C'

red 50 ◦ green 4 ◦ blue 140

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

Shades of Persian Indigo #32048C

Tints of Persian Indigo #32048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 140 (55.08% from 255) = 72.16%

R = 25.77%
G = 2.06%
B = 72.16%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32048C (or 0x32048C) is known color: Persian Indigo. HEX triplet: 32, 04 and 8C. RGB value is (50,4,140). Sum of RGB (Red+Green+Blue) = 50+4+140=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #32048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32048C is #CDFB73. Grayscale: #202020. Windows color (decimal): -13499252 or 9176114. OLE color: 9176114.

HSL color Cylindrical-coordinate representation of color #32048C: hue angle of 260.29º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32048C is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 4 140 -
CMYK 0.64 0.97 0 0.45
HSL 260.29º 0.94% 0.28% -
HSV(B) 260.29º 0.97% 0.55% -
XYZ 6.09 2.66 25 -
YUV 33.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 50 4 140 0.64 0.97 0 0.45 260.29 0.94 0.28
Hex 32 4 8C 40 61 0 2D 104 5E 1C
Octal 62 4 214 100 141 0 55 404 136 34
Binary 110010 100 10001100 1000000 1100001 0 101101 100000100 1011110 11100

Color Harmonies of #32048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32048C

Black with #32048C

Text Example


Text Example

White with #32048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32048C; }

 p { color: rgb(50,4,140); }

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

background-color css

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

 a { background-color: rgb(50,4,140); }

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

border-color css

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

 span { border-color: rgb(50,4,140); }

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