Html Css Color HEX #321098 Persian Indigo

📋 copy color: '#321098'

red 50 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #321098

Tints of Persian Indigo #321098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 152 (59.77% from 255) = 69.72%

R = 22.94%
G = 7.34%
B = 69.72%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#321098 (or 0x321098) is known color: Persian Indigo. HEX triplet: 32, 10 and 98. RGB value is (50,16,152). Sum of RGB (Red+Green+Blue) = 50+16+152=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #321098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321098 is #CDEF67. Grayscale: #292929. Windows color (decimal): -13496168 or 9965618. OLE color: 9965618.

HSL color Cylindrical-coordinate representation of color #321098: hue angle of 255º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321098 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 16 152 -
CMYK 0.67 0.89 0 0.40
HSL 255º 0.81% 0.33% -
HSV(B) 255º 0.89% 0.6% -
XYZ 7.17 3.32 29.97 -
YUV 41.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 50 16 152 0.67 0.89 0 0.40 255 0.81 0.33
Hex 32 10 98 43 59 0 28 FF 51 21
Octal 62 20 230 103 131 0 50 377 121 41
Binary 110010 10000 10011000 1000011 1011001 0 101000 11111111 1010001 100001

Color Harmonies of #321098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321098

Black with #321098

Text Example


Text Example

White with #321098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321098; }

 p { color: rgb(50,16,152); }

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

background-color css

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

 a { background-color: rgb(50,16,152); }

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

border-color css

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

 span { border-color: rgb(50,16,152); }

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