Html Css Color HEX #321A75 Persian Indigo

📋 copy color: '#321A75'

red 50 ◦ green 26 ◦ blue 117

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

Shades of Persian Indigo #321A75

Tints of Persian Indigo #321A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 25.91%
G = 13.47%
B = 60.62%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321A75 (or 0x321A75) is known color: Persian Indigo. HEX triplet: 32, 1A and 75. RGB value is (50,26,117). Sum of RGB (Red+Green+Blue) = 50+26+117=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #321A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A75 is #CDE58A. Grayscale: #2B2B2B. Windows color (decimal): -13493643 or 7674418. OLE color: 7674418.

HSL color Cylindrical-coordinate representation of color #321A75: hue angle of 255.82º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321A75 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 26 117 -
CMYK 0.57 0.78 0 0.54
HSL 255.82º 0.64% 0.28% -
HSV(B) 255.82º 0.78% 0.46% -
XYZ 4.9 2.7 17.09 -
YUV 43.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 50 26 117 0.57 0.78 0 0.54 255.82 0.64 0.28
Hex 32 1A 75 39 4E 0 36 100 40 1C
Octal 62 32 165 71 116 0 66 400 100 34
Binary 110010 11010 1110101 111001 1001110 0 110110 100000000 1000000 11100

Color Harmonies of #321A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A75

Black with #321A75

Text Example


Text Example

White with #321A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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