Html Css Color HEX #321269 Persian Indigo

📋 copy color: '#321269'

red 50 ◦ green 18 ◦ blue 105

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

Shades of Persian Indigo #321269

Tints of Persian Indigo #321269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 28.9%
G = 10.4%
B = 60.69%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#321269 (or 0x321269) is known color: Persian Indigo. HEX triplet: 32, 12 and 69. RGB value is (50,18,105). Sum of RGB (Red+Green+Blue) = 50+18+105=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #321269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321269 is #CDED96. Grayscale: #252525. Windows color (decimal): -13495703 or 6885938. OLE color: 6885938.

HSL color Cylindrical-coordinate representation of color #321269: hue angle of 262.07º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321269 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 18 105 -
CMYK 0.52 0.83 0 0.59
HSL 262.07º 0.71% 0.24% -
HSV(B) 262.07º 0.83% 0.41% -
XYZ 4.08 2.13 13.56 -
YUV 37.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 50 18 105 0.52 0.83 0 0.59 262.07 0.71 0.24
Hex 32 12 69 34 53 0 3B 106 47 18
Octal 62 22 151 64 123 0 73 406 107 30
Binary 110010 10010 1101001 110100 1010011 0 111011 100000110 1000111 11000

Color Harmonies of #321269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321269

Black with #321269

Text Example


Text Example

White with #321269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321269; }

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

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

background-color css

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

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

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

border-color css

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

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

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