Html Css Color HEX #381D76 Persian Indigo

📋 copy color: '#381D76'

red 56 ◦ green 29 ◦ blue 118

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

Shades of Persian Indigo #381D76

Tints of Persian Indigo #381D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 27.59%
G = 14.29%
B = 58.13%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#381D76 (or 0x381D76) is known color: Persian Indigo. HEX triplet: 38, 1D and 76. RGB value is (56,29,118). Sum of RGB (Red+Green+Blue) = 56+29+118=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #381D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D76 is #C7E289. Grayscale: #2E2E2E. Windows color (decimal): -13099658 or 7740728. OLE color: 7740728.

HSL color Cylindrical-coordinate representation of color #381D76: hue angle of 258.2º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381D76 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 29 118 -
CMYK 0.53 0.75 0 0.54
HSL 258.2º 0.61% 0.29% -
HSV(B) 258.2º 0.75% 0.46% -
XYZ 5.34 3.03 17.44 -
YUV 47.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 56 29 118 0.53 0.75 0 0.54 258.2 0.61 0.29
Hex 38 1D 76 35 4B 0 36 102 3D 1D
Octal 70 35 166 65 113 0 66 402 75 35
Binary 111000 11101 1110110 110101 1001011 0 110110 100000010 111101 11101

Color Harmonies of #381D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D76

Black with #381D76

Text Example


Text Example

White with #381D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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