Html Css Color HEX #381D73 Persian Indigo

📋 copy color: '#381D73'

red 56 ◦ green 29 ◦ blue 115

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

Shades of Persian Indigo #381D73

Tints of Persian Indigo #381D73

RGB

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

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

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

R = 28%
G = 14.5%
B = 57.5%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381D73 (or 0x381D73) is known color: Persian Indigo. HEX triplet: 38, 1D and 73. RGB value is (56,29,115). Sum of RGB (Red+Green+Blue) = 56+29+115=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #381D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D73 is #C7E28C. Grayscale: #2E2E2E. Windows color (decimal): -13099661 or 7544120. OLE color: 7544120.

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

Color convert

RGB 56 29 115 -
CMYK 0.51 0.75 0 0.55
HSL 258.84º 0.6% 0.28% -
HSV(B) 258.84º 0.75% 0.45% -
XYZ 5.16 2.96 16.52 -
YUV 46.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 56 29 115 0.51 0.75 0 0.55 258.84 0.6 0.28
Hex 38 1D 73 33 4B 0 37 103 3C 1C
Octal 70 35 163 63 113 0 67 403 74 34
Binary 111000 11101 1110011 110011 1001011 0 110111 100000011 111100 11100

Color Harmonies of #381D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D73

Black with #381D73

Text Example


Text Example

White with #381D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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