Html Css Color HEX #381986 Persian Indigo

📋 copy color: '#381986'

red 56 ◦ green 25 ◦ blue 134

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

Shades of Persian Indigo #381986

Tints of Persian Indigo #381986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 134 (52.73% from 255) = 62.33%

R = 26.05%
G = 11.63%
B = 62.33%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#381986 (or 0x381986) is known color: Persian Indigo. HEX triplet: 38, 19 and 86. RGB value is (56,25,134). Sum of RGB (Red+Green+Blue) = 56+25+134=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #381986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381986 is #C7E679. Grayscale: #2E2E2E. Windows color (decimal): -13100666 or 8788280. OLE color: 8788280.

HSL color Cylindrical-coordinate representation of color #381986: hue angle of 257.06º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381986 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 25 134 -
CMYK 0.58 0.81 0 0.47
HSL 257.06º 0.69% 0.31% -
HSV(B) 257.06º 0.81% 0.53% -
XYZ 6.28 3.26 22.85 -
YUV 46.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 56 25 134 0.58 0.81 0 0.47 257.06 0.69 0.31
Hex 38 19 86 3A 51 0 2F 101 45 1F
Octal 70 31 206 72 121 0 57 401 105 37
Binary 111000 11001 10000110 111010 1010001 0 101111 100000001 1000101 11111

Color Harmonies of #381986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381986

Black with #381986

Text Example


Text Example

White with #381986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381986; }

 p { color: rgb(56,25,134); }

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

background-color css

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

 a { background-color: rgb(56,25,134); }

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

border-color css

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

 span { border-color: rgb(56,25,134); }

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