Html Css Color HEX #381987 Persian Indigo

📋 copy color: '#381987'

red 56 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #381987

Tints of Persian Indigo #381987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.5%

R = 25.93%
G = 11.57%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#381987 (or 0x381987) is known color: Persian Indigo. HEX triplet: 38, 19 and 87. RGB value is (56,25,135). Sum of RGB (Red+Green+Blue) = 56+25+135=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #381987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381987 is #C7E678. Grayscale: #2E2E2E. Windows color (decimal): -13100665 or 8853816. OLE color: 8853816.

HSL color Cylindrical-coordinate representation of color #381987: hue angle of 256.91º 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 #381987 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 25 135 -
CMYK 0.59 0.81 0 0.47
HSL 256.91º 0.69% 0.31% -
HSV(B) 256.91º 0.81% 0.53% -
XYZ 6.35 3.29 23.22 -
YUV 46.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 56 25 135 0.59 0.81 0 0.47 256.91 0.69 0.31
Hex 38 19 87 3B 51 0 2F 101 45 1F
Octal 70 31 207 73 121 0 57 401 105 37
Binary 111000 11001 10000111 111011 1010001 0 101111 100000001 1000101 11111

Color Harmonies of #381987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381987

Black with #381987

Text Example


Text Example

White with #381987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381987; }

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

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

background-color css

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

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

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

border-color css

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

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

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