Html Css Color HEX #382080 Persian Indigo

📋 copy color: '#382080'

red 56 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #382080

Tints of Persian Indigo #382080

RGB

 RED value IS 56 (22.27% from 255) = 25.93%

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 128 (50.39% from 255) = 59.26%

R = 25.93%
G = 14.81%
B = 59.26%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#382080 (or 0x382080) is known color: Persian Indigo. HEX triplet: 38, 20 and 80. RGB value is (56,32,128). Sum of RGB (Red+Green+Blue) = 56+32+128=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #382080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382080 is #C7DF7F. Grayscale: #313131. Windows color (decimal): -13098880 or 8396856. OLE color: 8396856.

HSL color Cylindrical-coordinate representation of color #382080: hue angle of 255º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382080 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 32 128 -
CMYK 0.56 0.75 0 0.50
HSL 255º 0.6% 0.31% -
HSV(B) 255º 0.75% 0.5% -
XYZ 6.04 3.43 20.77 -
YUV 50.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 56 32 128 0.56 0.75 0 0.50 255 0.6 0.31
Hex 38 20 80 38 4B 0 32 FF 3C 1F
Octal 70 40 200 70 113 0 62 377 74 37
Binary 111000 100000 10000000 111000 1001011 0 110010 11111111 111100 11111

Color Harmonies of #382080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382080

Black with #382080

Text Example


Text Example

White with #382080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382080; }

 p { color: rgb(56,32,128); }

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

background-color css

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

 a { background-color: rgb(56,32,128); }

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

border-color css

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

 span { border-color: rgb(56,32,128); }

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