Html Css Color HEX #32058B Persian Indigo

📋 copy color: '#32058B'

red 50 ◦ green 5 ◦ blue 139

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

Shades of Persian Indigo #32058B

Tints of Persian Indigo #32058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 71.65%

R = 25.77%
G = 2.58%
B = 71.65%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32058B (or 0x32058B) is known color: Persian Indigo. HEX triplet: 32, 05 and 8B. RGB value is (50,5,139). Sum of RGB (Red+Green+Blue) = 50+5+139=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #32058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32058B is #CDFA74. Grayscale: #212121. Windows color (decimal): -13498997 or 9110834. OLE color: 9110834.

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

Color convert

RGB 50 5 139 -
CMYK 0.64 0.96 0 0.45
HSL 260.15º 0.93% 0.28% -
HSV(B) 260.15º 0.96% 0.55% -
XYZ 6.03 2.65 24.62 -
YUV 33.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 50 5 139 0.64 0.96 0 0.45 260.15 0.93 0.28
Hex 32 5 8B 40 60 0 2D 104 5D 1C
Octal 62 5 213 100 140 0 55 404 135 34
Binary 110010 101 10001011 1000000 1100000 0 101101 100000100 1011101 11100

Color Harmonies of #32058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32058B

Black with #32058B

Text Example


Text Example

White with #32058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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