Html Css Color HEX #32267F Persian Indigo

📋 copy color: '#32267F'

red 50 ◦ green 38 ◦ blue 127

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

Shades of Persian Indigo #32267F

Tints of Persian Indigo #32267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.07%

R = 23.26%
G = 17.67%
B = 59.07%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32267F (or 0x32267F) is known color: Persian Indigo. HEX triplet: 32, 26 and 7F. RGB value is (50,38,127). Sum of RGB (Red+Green+Blue) = 50+38+127=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #32267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267F is #CDD980. Grayscale: #333333. Windows color (decimal): -13490561 or 8332850. OLE color: 8332850.

HSL color Cylindrical-coordinate representation of color #32267F: hue angle of 248.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32267F is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 38 127 -
CMYK 0.61 0.70 0 0.50
HSL 248.09º 0.54% 0.32% -
HSV(B) 248.09º 0.7% 0.5% -
XYZ 5.84 3.6 20.47 -
YUV 51.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 50 38 127 0.61 0.70 0 0.50 248.09 0.54 0.32
Hex 32 26 7F 3D 46 0 32 F8 36 20
Octal 62 46 177 75 106 0 62 370 66 40
Binary 110010 100110 1111111 111101 1000110 0 110010 11111000 110110 100000

Color Harmonies of #32267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32267F

Black with #32267F

Text Example


Text Example

White with #32267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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