Html Css Color HEX #32078D Persian Indigo

📋 copy color: '#32078D'

red 50 ◦ green 7 ◦ blue 141

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

Shades of Persian Indigo #32078D

Tints of Persian Indigo #32078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

 BLUE value IS 141 (55.47% from 255) = 71.21%

R = 25.25%
G = 3.54%
B = 71.21%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32078D (or 0x32078D) is known color: Persian Indigo. HEX triplet: 32, 07 and 8D. RGB value is (50,7,141). Sum of RGB (Red+Green+Blue) = 50+7+141=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #32078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32078D is #CDF872. Grayscale: #222222. Windows color (decimal): -13498483 or 9242418. OLE color: 9242418.

HSL color Cylindrical-coordinate representation of color #32078D: hue angle of 259.25º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32078D is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 7 141 -
CMYK 0.65 0.95 0 0.45
HSL 259.25º 0.91% 0.29% -
HSV(B) 259.25º 0.95% 0.55% -
XYZ 6.2 2.75 25.4 -
YUV 35.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 50 7 141 0.65 0.95 0 0.45 259.25 0.91 0.29
Hex 32 7 8D 41 5F 0 2D 103 5B 1D
Octal 62 7 215 101 137 0 55 403 133 35
Binary 110010 111 10001101 1000001 1011111 0 101101 100000011 1011011 11101

Color Harmonies of #32078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32078D

Black with #32078D

Text Example


Text Example

White with #32078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32078D; }

 p { color: rgb(50,7,141); }

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

background-color css

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

 a { background-color: rgb(50,7,141); }

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

border-color css

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

 span { border-color: rgb(50,7,141); }

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