Html Css Color HEX #32267E Persian Indigo

📋 copy color: '#32267E'

red 50 ◦ green 38 ◦ blue 126

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

Shades of Persian Indigo #32267E

Tints of Persian Indigo #32267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.88%

R = 23.36%
G = 17.76%
B = 58.88%

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

#32267E (or 0x32267E) is known color: Persian Indigo. HEX triplet: 32, 26 and 7E. RGB value is (50,38,126). Sum of RGB (Red+Green+Blue) = 50+38+126=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #32267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267E is #CDD981. Grayscale: #333333. Windows color (decimal): -13490562 or 8267314. OLE color: 8267314.

HSL color Cylindrical-coordinate representation of color #32267E: hue angle of 248.18º degrees, saturation: 0.54, 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 #32267E is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 38 126 -
CMYK 0.60 0.70 0 0.51
HSL 248.18º 0.54% 0.32% -
HSV(B) 248.18º 0.7% 0.49% -
XYZ 5.77 3.57 20.12 -
YUV 51.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 50 38 126 0.60 0.70 0 0.51 248.18 0.54 0.32
Hex 32 26 7E 3C 46 0 33 F8 36 20
Octal 62 46 176 74 106 0 63 370 66 40
Binary 110010 100110 1111110 111100 1000110 0 110011 11111000 110110 100000

Color Harmonies of #32267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32267E

Black with #32267E

Text Example


Text Example

White with #32267E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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