Html Css Color HEX #32267D Persian Indigo

📋 copy color: '#32267D'

red 50 ◦ green 38 ◦ blue 125

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

Shades of Persian Indigo #32267D

Tints of Persian Indigo #32267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 23.47%
G = 17.84%
B = 58.69%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32267D (or 0x32267D) is known color: Persian Indigo. HEX triplet: 32, 26 and 7D. RGB value is (50,38,125). Sum of RGB (Red+Green+Blue) = 50+38+125=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #32267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267D is #CDD982. Grayscale: #333333. Windows color (decimal): -13490563 or 8201778. OLE color: 8201778.

HSL color Cylindrical-coordinate representation of color #32267D: hue angle of 248.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32267D is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 38 125 -
CMYK 0.60 0.70 0 0.51
HSL 248.28º 0.53% 0.32% -
HSV(B) 248.28º 0.7% 0.49% -
XYZ 5.71 3.55 19.79 -
YUV 51.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 50 38 125 0.60 0.70 0 0.51 248.28 0.53 0.32
Hex 32 26 7D 3C 46 0 33 F8 35 20
Octal 62 46 175 74 106 0 63 370 65 40
Binary 110010 100110 1111101 111100 1000110 0 110011 11111000 110101 100000

Color Harmonies of #32267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32267D

Black with #32267D

Text Example


Text Example

White with #32267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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