Html Css Color HEX #321898 Persian Indigo

📋 copy color: '#321898'

red 50 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #321898

Tints of Persian Indigo #321898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

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

R = 22.12%
G = 10.62%
B = 67.26%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#321898 (or 0x321898) is known color: Persian Indigo. HEX triplet: 32, 18 and 98. RGB value is (50,24,152). Sum of RGB (Red+Green+Blue) = 50+24+152=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #321898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321898 is #CDE767. Grayscale: #2D2D2D. Windows color (decimal): -13494120 or 9967666. OLE color: 9967666.

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

Color convert

RGB 50 24 152 -
CMYK 0.67 0.84 0 0.40
HSL 252.19º 0.73% 0.35% -
HSV(B) 252.19º 0.84% 0.6% -
XYZ 7.31 3.6 30.02 -
YUV 46.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 50 24 152 0.67 0.84 0 0.40 252.19 0.73 0.35
Hex 32 18 98 43 54 0 28 FC 49 23
Octal 62 30 230 103 124 0 50 374 111 43
Binary 110010 11000 10011000 1000011 1010100 0 101000 11111100 1001001 100011

Color Harmonies of #321898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321898

Black with #321898

Text Example


Text Example

White with #321898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321898; }

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

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

background-color css

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

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

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

border-color css

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

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

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