Html Css Color HEX #321A7C Persian Indigo

📋 copy color: '#321A7C'

red 50 ◦ green 26 ◦ blue 124

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

Shades of Persian Indigo #321A7C

Tints of Persian Indigo #321A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13%

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

R = 25%
G = 13%
B = 62%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#321A7C (or 0x321A7C) is known color: Persian Indigo. HEX triplet: 32, 1A and 7C. RGB value is (50,26,124). Sum of RGB (Red+Green+Blue) = 50+26+124=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #321A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A7C is #CDE583. Grayscale: #2B2B2B. Windows color (decimal): -13493636 or 8133170. OLE color: 8133170.

HSL color Cylindrical-coordinate representation of color #321A7C: hue angle of 254.69º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321A7C is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 26 124 -
CMYK 0.60 0.79 0 0.51
HSL 254.69º 0.65% 0.29% -
HSV(B) 254.69º 0.79% 0.49% -
XYZ 5.32 2.87 19.34 -
YUV 44.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 50 26 124 0.60 0.79 0 0.51 254.69 0.65 0.29
Hex 32 1A 7C 3C 4F 0 33 FF 41 1D
Octal 62 32 174 74 117 0 63 377 101 35
Binary 110010 11010 1111100 111100 1001111 0 110011 11111111 1000001 11101

Color Harmonies of #321A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A7C

Black with #321A7C

Text Example


Text Example

White with #321A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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