Html Css Color HEX #381C73 Persian Indigo

📋 copy color: '#381C73'

red 56 ◦ green 28 ◦ blue 115

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

Shades of Persian Indigo #381C73

Tints of Persian Indigo #381C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 28.14%
G = 14.07%
B = 57.79%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381C73 (or 0x381C73) is known color: Persian Indigo. HEX triplet: 38, 1C and 73. RGB value is (56,28,115). Sum of RGB (Red+Green+Blue) = 56+28+115=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #381C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C73 is #C7E38C. Grayscale: #2D2D2D. Windows color (decimal): -13099917 or 7543864. OLE color: 7543864.

HSL color Cylindrical-coordinate representation of color #381C73: hue angle of 259.31º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381C73 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 28 115 -
CMYK 0.51 0.76 0 0.55
HSL 259.31º 0.61% 0.28% -
HSV(B) 259.31º 0.76% 0.45% -
XYZ 5.14 2.91 16.51 -
YUV 46.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 56 28 115 0.51 0.76 0 0.55 259.31 0.61 0.28
Hex 38 1C 73 33 4C 0 37 103 3D 1C
Octal 70 34 163 63 114 0 67 403 75 34
Binary 111000 11100 1110011 110011 1001100 0 110111 100000011 111101 11100

Color Harmonies of #381C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C73

Black with #381C73

Text Example


Text Example

White with #381C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,115); }

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

background-color css

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

 a { background-color: rgb(56,28,115); }

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

border-color css

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

 span { border-color: rgb(56,28,115); }

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