Html Css Color HEX #32167B Persian Indigo

📋 copy color: '#32167B'

red 50 ◦ green 22 ◦ blue 123

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

Shades of Persian Indigo #32167B

Tints of Persian Indigo #32167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

 BLUE value IS 123 (48.44% from 255) = 63.08%

R = 25.64%
G = 11.28%
B = 63.08%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32167B (or 0x32167B) is known color: Persian Indigo. HEX triplet: 32, 16 and 7B. RGB value is (50,22,123). Sum of RGB (Red+Green+Blue) = 50+22+123=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #32167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32167B is #CDE984. Grayscale: #292929. Windows color (decimal): -13494661 or 8066610. OLE color: 8066610.

HSL color Cylindrical-coordinate representation of color #32167B: hue angle of 256.63º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32167B is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 22 123 -
CMYK 0.59 0.82 0 0.52
HSL 256.63º 0.7% 0.28% -
HSV(B) 256.63º 0.82% 0.48% -
XYZ 5.18 2.68 18.98 -
YUV 41.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 50 22 123 0.59 0.82 0 0.52 256.63 0.7 0.28
Hex 32 16 7B 3B 52 0 34 101 46 1C
Octal 62 26 173 73 122 0 64 401 106 34
Binary 110010 10110 1111011 111011 1010010 0 110100 100000001 1000110 11100

Color Harmonies of #32167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32167B

Black with #32167B

Text Example


Text Example

White with #32167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,22,123); }

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

background-color css

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

 a { background-color: rgb(50,22,123); }

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

border-color css

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

 span { border-color: rgb(50,22,123); }

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