Html Css Color HEX #32009B Persian Indigo

📋 copy color: '#32009B'

red 50 ◦ green 0 ◦ blue 155

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

Shades of Persian Indigo #32009B

Tints of Persian Indigo #32009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.39%
G = 0%
B = 75.61%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32009B (or 0x32009B) is known color: Persian Indigo. HEX triplet: 32, 00 and 9B. RGB value is (50,0,155). Sum of RGB (Red+Green+Blue) = 50+0+155=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #32009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32009B is #CDFF64. Grayscale: #202020. Windows color (decimal): -13500261 or 10158130. OLE color: 10158130.

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

Color convert

RGB 50 0 155 -
CMYK 0.68 1 0 0.39
HSL 259.35º 1% 0.3% -
HSV(B) 259.35º 1% 0.61% -
XYZ 7.23 3.04 31.22 -
YUV 32.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 50 0 155 0.68 1 0 0.39 259.35 1 0.3
Hex 32 0 9B 44 64 0 27 103 64 1E
Octal 62 0 233 104 144 0 47 403 144 36
Binary 110010 0 10011011 1000100 1100100 0 100111 100000011 1100100 11110

Color Harmonies of #32009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32009B

Black with #32009B

Text Example


Text Example

White with #32009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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