Html Css Color HEX #32049B Persian Indigo

📋 copy color: '#32049B'

red 50 ◦ green 4 ◦ blue 155

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

Shades of Persian Indigo #32049B

Tints of Persian Indigo #32049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 23.92%
G = 1.91%
B = 74.16%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32049B (or 0x32049B) is known color: Persian Indigo. HEX triplet: 32, 04 and 9B. RGB value is (50,4,155). Sum of RGB (Red+Green+Blue) = 50+4+155=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #32049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32049B is #CDFB64. Grayscale: #222222. Windows color (decimal): -13499237 or 10159154. OLE color: 10159154.

HSL color Cylindrical-coordinate representation of color #32049B: hue angle of 258.28º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32049B is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 4 155 -
CMYK 0.68 0.97 0 0.39
HSL 258.28º 0.95% 0.31% -
HSV(B) 258.28º 0.97% 0.61% -
XYZ 7.28 3.13 31.23 -
YUV 34.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 50 4 155 0.68 0.97 0 0.39 258.28 0.95 0.31
Hex 32 4 9B 44 61 0 27 102 5F 1F
Octal 62 4 233 104 141 0 47 402 137 37
Binary 110010 100 10011011 1000100 1100001 0 100111 100000010 1011111 11111

Color Harmonies of #32049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32049B

Black with #32049B

Text Example


Text Example

White with #32049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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