Html Css Color HEX #32059F Persian Indigo

📋 copy color: '#32059F'

red 50 ◦ green 5 ◦ blue 159

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

Shades of Persian Indigo #32059F

Tints of Persian Indigo #32059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 23.36%
G = 2.34%
B = 74.3%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32059F (or 0x32059F) is known color: Persian Indigo. HEX triplet: 32, 05 and 9F. RGB value is (50,5,159). Sum of RGB (Red+Green+Blue) = 50+5+159=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #32059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32059F is #CDFA60. Grayscale: #232323. Windows color (decimal): -13498977 or 10421554. OLE color: 10421554.

HSL color Cylindrical-coordinate representation of color #32059F: hue angle of 257.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32059F is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 5 159 -
CMYK 0.69 0.97 0 0.38
HSL 257.53º 0.94% 0.32% -
HSV(B) 257.53º 0.97% 0.62% -
XYZ 7.63 3.29 33.03 -
YUV 36.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 50 5 159 0.69 0.97 0 0.38 257.53 0.94 0.32
Hex 32 5 9F 45 61 0 26 102 5E 20
Octal 62 5 237 105 141 0 46 402 136 40
Binary 110010 101 10011111 1000101 1100001 0 100110 100000010 1011110 100000

Color Harmonies of #32059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32059F

Black with #32059F

Text Example


Text Example

White with #32059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,5,159); }

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

background-color css

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

 a { background-color: rgb(50,5,159); }

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

border-color css

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

 span { border-color: rgb(50,5,159); }

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