Html Css Color HEX #32038C Persian Indigo

📋 copy color: '#32038C'

red 50 ◦ green 3 ◦ blue 140

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

Shades of Persian Indigo #32038C

Tints of Persian Indigo #32038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 25.91%
G = 1.55%
B = 72.54%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32038C (or 0x32038C) is known color: Persian Indigo. HEX triplet: 32, 03 and 8C. RGB value is (50,3,140). Sum of RGB (Red+Green+Blue) = 50+3+140=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #32038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32038C is #CDFC73. Grayscale: #202020. Windows color (decimal): -13499508 or 9175858. OLE color: 9175858.

HSL color Cylindrical-coordinate representation of color #32038C: hue angle of 260.58º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32038C is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 3 140 -
CMYK 0.64 0.98 0 0.45
HSL 260.58º 0.96% 0.28% -
HSV(B) 260.58º 0.98% 0.55% -
XYZ 6.08 2.64 25 -
YUV 32.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 50 3 140 0.64 0.98 0 0.45 260.58 0.96 0.28
Hex 32 3 8C 40 62 0 2D 105 60 1C
Octal 62 3 214 100 142 0 55 405 140 34
Binary 110010 11 10001100 1000000 1100010 0 101101 100000101 1100000 11100

Color Harmonies of #32038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32038C

Black with #32038C

Text Example


Text Example

White with #32038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32038C; }

 p { color: rgb(50,3,140); }

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

background-color css

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

 a { background-color: rgb(50,3,140); }

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

border-color css

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

 span { border-color: rgb(50,3,140); }

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