Html Css Color HEX #321274 Persian Indigo

📋 copy color: '#321274'

red 50 ◦ green 18 ◦ blue 116

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

Shades of Persian Indigo #321274

Tints of Persian Indigo #321274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 27.17%
G = 9.78%
B = 63.04%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321274 (or 0x321274) is known color: Persian Indigo. HEX triplet: 32, 12 and 74. RGB value is (50,18,116). Sum of RGB (Red+Green+Blue) = 50+18+116=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #321274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321274 is #CDED8B. Grayscale: #262626. Windows color (decimal): -13495692 or 7606834. OLE color: 7606834.

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

Color convert

RGB 50 18 116 -
CMYK 0.57 0.84 0 0.55
HSL 259.59º 0.73% 0.26% -
HSV(B) 259.59º 0.84% 0.45% -
XYZ 4.68 2.37 16.73 -
YUV 38.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 50 18 116 0.57 0.84 0 0.55 259.59 0.73 0.26
Hex 32 12 74 39 54 0 37 104 49 1A
Octal 62 22 164 71 124 0 67 404 111 32
Binary 110010 10010 1110100 111001 1010100 0 110111 100000100 1001001 11010

Color Harmonies of #321274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321274

Black with #321274

Text Example


Text Example

White with #321274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321274; }

 p { color: rgb(50,18,116); }

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

background-color css

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

 a { background-color: rgb(50,18,116); }

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

border-color css

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

 span { border-color: rgb(50,18,116); }

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