Html Css Color HEX #320098 Persian Indigo

📋 copy color: '#320098'

red 50 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #320098

Tints of Persian Indigo #320098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.75%
G = 0%
B = 75.25%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#320098 (or 0x320098) is known color: Persian Indigo. HEX triplet: 32, 00 and 98. RGB value is (50,0,152). Sum of RGB (Red+Green+Blue) = 50+0+152=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #320098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320098 is #CDFF67. Grayscale: #1F1F1F. Windows color (decimal): -13500264 or 9961522. OLE color: 9961522.

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

Color convert

RGB 50 0 152 -
CMYK 0.67 1 0 0.40
HSL 259.74º 1% 0.3% -
HSV(B) 259.74º 1% 0.6% -
XYZ 6.98 2.95 29.91 -
YUV 32.28 195.57 140.64 -
System Red Green Blue C M Y K H S L
Decimal 50 0 152 0.67 1 0 0.40 259.74 1 0.3
Hex 32 0 98 43 64 0 28 104 64 1E
Octal 62 0 230 103 144 0 50 404 144 36
Binary 110010 0 10011000 1000011 1100100 0 101000 100000100 1100100 11110

Color Harmonies of #320098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320098

Black with #320098

Text Example


Text Example

White with #320098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320098; }

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

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

background-color css

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

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

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

border-color css

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

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

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