Html Css Color HEX #381E71 Persian Indigo

📋 copy color: '#381E71'

red 56 ◦ green 30 ◦ blue 113

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

Shades of Persian Indigo #381E71

Tints of Persian Indigo #381E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 28.14%
G = 15.08%
B = 56.78%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381E71 (or 0x381E71) is known color: Persian Indigo. HEX triplet: 38, 1E and 71. RGB value is (56,30,113). Sum of RGB (Red+Green+Blue) = 56+30+113=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #381E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E71 is #C7E18E. Grayscale: #2E2E2E. Windows color (decimal): -13099407 or 7413304. OLE color: 7413304.

HSL color Cylindrical-coordinate representation of color #381E71: hue angle of 258.8º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381E71 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 30 113 -
CMYK 0.50 0.73 0 0.56
HSL 258.8º 0.58% 0.28% -
HSV(B) 258.8º 0.73% 0.44% -
XYZ 5.08 2.96 15.93 -
YUV 47.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 56 30 113 0.50 0.73 0 0.56 258.8 0.58 0.28
Hex 38 1E 71 32 49 0 38 103 3A 1C
Octal 70 36 161 62 111 0 70 403 72 34
Binary 111000 11110 1110001 110010 1001001 0 111000 100000011 111010 11100

Color Harmonies of #381E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E71

Black with #381E71

Text Example


Text Example

White with #381E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,113); }

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

background-color css

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

 a { background-color: rgb(56,30,113); }

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

border-color css

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

 span { border-color: rgb(56,30,113); }

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