Html Css Color HEX #320092 Persian Indigo

📋 copy color: '#320092'

red 50 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #320092

Tints of Persian Indigo #320092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.49%

R = 25.51%
G = 0%
B = 74.49%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320092 (or 0x320092) is known color: Persian Indigo. HEX triplet: 32, 00 and 92. RGB value is (50,0,146). Sum of RGB (Red+Green+Blue) = 50+0+146=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #320092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320092 is #CDFF6D. Grayscale: #1F1F1F. Windows color (decimal): -13500270 or 9568306. OLE color: 9568306.

HSL color Cylindrical-coordinate representation of color #320092: hue angle of 260.55º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320092 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 0 146 -
CMYK 0.66 1 0 0.43
HSL 260.55º 1% 0.29% -
HSV(B) 260.55º 1% 0.57% -
XYZ 6.5 2.75 27.38 -
YUV 31.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 50 0 146 0.66 1 0 0.43 260.55 1 0.29
Hex 32 0 92 42 64 0 2B 105 64 1D
Octal 62 0 222 102 144 0 53 405 144 35
Binary 110010 0 10010010 1000010 1100100 0 101011 100000101 1100100 11101

Color Harmonies of #320092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320092

Black with #320092

Text Example


Text Example

White with #320092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320092; }

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

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

background-color css

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

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

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

border-color css

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

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

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