Html Css Color HEX #381280 Persian Indigo

📋 copy color: '#381280'

red 56 ◦ green 18 ◦ blue 128

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

Shades of Persian Indigo #381280

Tints of Persian Indigo #381280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 27.72%
G = 8.91%
B = 63.37%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#381280 (or 0x381280) is known color: Persian Indigo. HEX triplet: 38, 12 and 80. RGB value is (56,18,128). Sum of RGB (Red+Green+Blue) = 56+18+128=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #381280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381280 is #C7ED7F. Grayscale: #292929. Windows color (decimal): -13102464 or 8393272. OLE color: 8393272.

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

Color convert

RGB 56 18 128 -
CMYK 0.56 0.86 0 0.50
HSL 260.73º 0.75% 0.29% -
HSV(B) 260.73º 0.86% 0.5% -
XYZ 5.74 2.83 20.67 -
YUV 41.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 56 18 128 0.56 0.86 0 0.50 260.73 0.75 0.29
Hex 38 12 80 38 56 0 32 105 4B 1D
Octal 70 22 200 70 126 0 62 405 113 35
Binary 111000 10010 10000000 111000 1010110 0 110010 100000101 1001011 11101

Color Harmonies of #381280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381280

Black with #381280

Text Example


Text Example

White with #381280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381280; }

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

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

background-color css

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

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

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

border-color css

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

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

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