Html Css Color HEX #32157D Persian Indigo

📋 copy color: '#32157D'

red 50 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #32157D

Tints of Persian Indigo #32157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 125 (49.22% from 255) = 63.78%

R = 25.51%
G = 10.71%
B = 63.78%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32157D (or 0x32157D) is known color: Persian Indigo. HEX triplet: 32, 15 and 7D. RGB value is (50,21,125). Sum of RGB (Red+Green+Blue) = 50+21+125=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #32157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157D is #CDEA82. Grayscale: #292929. Windows color (decimal): -13494915 or 8197426. OLE color: 8197426.

HSL color Cylindrical-coordinate representation of color #32157D: hue angle of 256.73º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157D is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 21 125 -
CMYK 0.60 0.83 0 0.51
HSL 256.73º 0.71% 0.29% -
HSV(B) 256.73º 0.83% 0.49% -
XYZ 5.29 2.7 19.64 -
YUV 41.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 50 21 125 0.60 0.83 0 0.51 256.73 0.71 0.29
Hex 32 15 7D 3C 53 0 33 101 47 1D
Octal 62 25 175 74 123 0 63 401 107 35
Binary 110010 10101 1111101 111100 1010011 0 110011 100000001 1000111 11101

Color Harmonies of #32157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32157D

Black with #32157D

Text Example


Text Example

White with #32157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32157D; }

 p { color: rgb(50,21,125); }

 H1.HeaderClassName
 {
   color: #32157D;
 }
 .AnyTagClassName
 {
   color: #32157D;
 }
</style>

background-color css

<style>
 a { background-color: #32157D; }

 a { background-color: rgb(50,21,125); }

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

border-color css

<style>
 span { border-color: #32157D; }

 span { border-color: rgb(50,21,125); }

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