Html Css Color HEX #381976 Persian Indigo

📋 copy color: '#381976'

red 56 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #381976

Tints of Persian Indigo #381976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 28.14%
G = 12.56%
B = 59.3%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#381976 (or 0x381976) is known color: Persian Indigo. HEX triplet: 38, 19 and 76. RGB value is (56,25,118). Sum of RGB (Red+Green+Blue) = 56+25+118=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #381976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381976 is #C7E689. Grayscale: #2C2C2C. Windows color (decimal): -13100682 or 7739704. OLE color: 7739704.

HSL color Cylindrical-coordinate representation of color #381976: hue angle of 260º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381976 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 25 118 -
CMYK 0.53 0.79 0 0.54
HSL 260º 0.65% 0.28% -
HSV(B) 260º 0.79% 0.46% -
XYZ 5.25 2.84 17.41 -
YUV 44.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 56 25 118 0.53 0.79 0 0.54 260 0.65 0.28
Hex 38 19 76 35 4F 0 36 104 41 1C
Octal 70 31 166 65 117 0 66 404 101 34
Binary 111000 11001 1110110 110101 1001111 0 110110 100000100 1000001 11100

Color Harmonies of #381976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381976

Black with #381976

Text Example


Text Example

White with #381976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381976; }

 p { color: rgb(56,25,118); }

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

background-color css

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

 a { background-color: rgb(56,25,118); }

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

border-color css

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

 span { border-color: rgb(56,25,118); }

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