Html Css Color HEX #32268C Persian Indigo

📋 copy color: '#32268C'

red 50 ◦ green 38 ◦ blue 140

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

Shades of Persian Indigo #32268C

Tints of Persian Indigo #32268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 21.93%
G = 16.67%
B = 61.4%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32268C (or 0x32268C) is known color: Persian Indigo. HEX triplet: 32, 26 and 8C. RGB value is (50,38,140). Sum of RGB (Red+Green+Blue) = 50+38+140=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #32268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32268C is #CDD973. Grayscale: #343434. Windows color (decimal): -13490548 or 9184818. OLE color: 9184818.

HSL color Cylindrical-coordinate representation of color #32268C: hue angle of 247.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32268C is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 38 140 -
CMYK 0.64 0.73 0 0.45
HSL 247.06º 0.57% 0.35% -
HSV(B) 247.06º 0.73% 0.55% -
XYZ 6.74 3.96 25.22 -
YUV 53.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 50 38 140 0.64 0.73 0 0.45 247.06 0.57 0.35
Hex 32 26 8C 40 49 0 2D F7 39 23
Octal 62 46 214 100 111 0 55 367 71 43
Binary 110010 100110 10001100 1000000 1001001 0 101101 11110111 111001 100011

Color Harmonies of #32268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32268C

Black with #32268C

Text Example


Text Example

White with #32268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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