Html Css Color HEX #32059B Persian Indigo

📋 copy color: '#32059B'

red 50 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #32059B

Tints of Persian Indigo #32059B

RGB

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

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

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

R = 23.81%
G = 2.38%
B = 73.81%

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

#32059B (or 0x32059B) is known color: Persian Indigo. HEX triplet: 32, 05 and 9B. RGB value is (50,5,155). Sum of RGB (Red+Green+Blue) = 50+5+155=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #32059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32059B is #CDFA64. Grayscale: #232323. Windows color (decimal): -13498981 or 10159410. OLE color: 10159410.

HSL color Cylindrical-coordinate representation of color #32059B: hue angle of 258º degrees, saturation: 0.94, 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 #32059B is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 5 155 -
CMYK 0.68 0.97 0 0.39
HSL 258º 0.94% 0.31% -
HSV(B) 258º 0.97% 0.61% -
XYZ 7.29 3.15 31.23 -
YUV 35.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 50 5 155 0.68 0.97 0 0.39 258 0.94 0.31
Hex 32 5 9B 44 61 0 27 102 5E 1F
Octal 62 5 233 104 141 0 47 402 136 37
Binary 110010 101 10011011 1000100 1100001 0 100111 100000010 1011110 11111

Color Harmonies of #32059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32059B

Black with #32059B

Text Example


Text Example

White with #32059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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