Html Css Color HEX #321D75 Persian Indigo

📋 copy color: '#321D75'

red 50 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #321D75

Tints of Persian Indigo #321D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 25.51%
G = 14.8%
B = 59.69%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321D75 (or 0x321D75) is known color: Persian Indigo. HEX triplet: 32, 1D and 75. RGB value is (50,29,117). Sum of RGB (Red+Green+Blue) = 50+29+117=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #321D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D75 is #CDE28A. Grayscale: #2C2C2C. Windows color (decimal): -13492875 or 7675186. OLE color: 7675186.

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

Color convert

RGB 50 29 117 -
CMYK 0.57 0.75 0 0.54
HSL 254.32º 0.6% 0.29% -
HSV(B) 254.32º 0.75% 0.46% -
XYZ 4.97 2.84 17.12 -
YUV 45.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 50 29 117 0.57 0.75 0 0.54 254.32 0.6 0.29
Hex 32 1D 75 39 4B 0 36 FE 3C 1D
Octal 62 35 165 71 113 0 66 376 74 35
Binary 110010 11101 1110101 111001 1001011 0 110110 11111110 111100 11101

Color Harmonies of #321D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D75

Black with #321D75

Text Example


Text Example

White with #321D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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