Html Css Color HEX #381376 Persian Indigo

📋 copy color: '#381376'

red 56 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #381376

Tints of Persian Indigo #381376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 29.02%
G = 9.84%
B = 61.14%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#381376 (or 0x381376) is known color: Persian Indigo. HEX triplet: 38, 13 and 76. RGB value is (56,19,118). Sum of RGB (Red+Green+Blue) = 56+19+118=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #381376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381376 is #C7EC89. Grayscale: #282828. Windows color (decimal): -13102218 or 7738168. OLE color: 7738168.

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

Color convert

RGB 56 19 118 -
CMYK 0.53 0.84 0 0.54
HSL 262.42º 0.72% 0.27% -
HSV(B) 262.42º 0.84% 0.46% -
XYZ 5.13 2.61 17.37 -
YUV 41.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 56 19 118 0.53 0.84 0 0.54 262.42 0.72 0.27
Hex 38 13 76 35 54 0 36 106 48 1B
Octal 70 23 166 65 124 0 66 406 110 33
Binary 111000 10011 1110110 110101 1010100 0 110110 100000110 1001000 11011

Color Harmonies of #381376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381376

Black with #381376

Text Example


Text Example

White with #381376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381376; }

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

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

background-color css

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

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

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

border-color css

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

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

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