Html Css Color HEX #32267C Persian Indigo

📋 copy color: '#32267C'

red 50 ◦ green 38 ◦ blue 124

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

Shades of Persian Indigo #32267C

Tints of Persian Indigo #32267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 23.58%
G = 17.92%
B = 58.49%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32267C (or 0x32267C) is known color: Persian Indigo. HEX triplet: 32, 26 and 7C. RGB value is (50,38,124). Sum of RGB (Red+Green+Blue) = 50+38+124=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #32267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267C is #CDD983. Grayscale: #333333. Windows color (decimal): -13490564 or 8136242. OLE color: 8136242.

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

Color convert

RGB 50 38 124 -
CMYK 0.60 0.69 0 0.51
HSL 248.37º 0.53% 0.32% -
HSV(B) 248.37º 0.69% 0.49% -
XYZ 5.65 3.52 19.45 -
YUV 51.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 50 38 124 0.60 0.69 0 0.51 248.37 0.53 0.32
Hex 32 26 7C 3C 45 0 33 F8 35 20
Octal 62 46 174 74 105 0 63 370 65 40
Binary 110010 100110 1111100 111100 1000101 0 110011 11111000 110101 100000

Color Harmonies of #32267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32267C

Black with #32267C

Text Example


Text Example

White with #32267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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