Html Css Color HEX #381373 Persian Indigo

📋 copy color: '#381373'

red 56 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #381373

Tints of Persian Indigo #381373

RGB

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

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

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

R = 29.47%
G = 10%
B = 60.53%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381373 (or 0x381373) is known color: Persian Indigo. HEX triplet: 38, 13 and 73. RGB value is (56,19,115). Sum of RGB (Red+Green+Blue) = 56+19+115=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #381373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381373 is #C7EC8C. Grayscale: #282828. Windows color (decimal): -13102221 or 7541560. OLE color: 7541560.

HSL color Cylindrical-coordinate representation of color #381373: hue angle of 263.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381373 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 19 115 -
CMYK 0.51 0.83 0 0.55
HSL 263.13º 0.72% 0.26% -
HSV(B) 263.13º 0.83% 0.45% -
XYZ 4.96 2.54 16.45 -
YUV 41.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 56 19 115 0.51 0.83 0 0.55 263.13 0.72 0.26
Hex 38 13 73 33 53 0 37 107 48 1A
Octal 70 23 163 63 123 0 67 407 110 32
Binary 111000 10011 1110011 110011 1010011 0 110111 100000111 1001000 11010

Color Harmonies of #381373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381373

Black with #381373

Text Example


Text Example

White with #381373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381373; }

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

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

background-color css

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

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

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

border-color css

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

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

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