Html Css Color HEX #32257B Persian Indigo

📋 copy color: '#32257B'

red 50 ◦ green 37 ◦ blue 123

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

Shades of Persian Indigo #32257B

Tints of Persian Indigo #32257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 23.81%
G = 17.62%
B = 58.57%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32257B (or 0x32257B) is known color: Persian Indigo. HEX triplet: 32, 25 and 7B. RGB value is (50,37,123). Sum of RGB (Red+Green+Blue) = 50+37+123=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #32257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32257B is #CDDA84. Grayscale: #323232. Windows color (decimal): -13490821 or 8070450. OLE color: 8070450.

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

Color convert

RGB 50 37 123 -
CMYK 0.59 0.70 0 0.52
HSL 249.07º 0.54% 0.31% -
HSV(B) 249.07º 0.7% 0.48% -
XYZ 5.55 3.43 19.11 -
YUV 50.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 50 37 123 0.59 0.70 0 0.52 249.07 0.54 0.31
Hex 32 25 7B 3B 46 0 34 F9 36 1F
Octal 62 45 173 73 106 0 64 371 66 37
Binary 110010 100101 1111011 111011 1000110 0 110100 11111001 110110 11111

Color Harmonies of #32257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32257B

Black with #32257B

Text Example


Text Example

White with #32257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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