Html Css Color HEX #381D87 Persian Indigo

📋 copy color: '#381D87'

red 56 ◦ green 29 ◦ blue 135

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

Shades of Persian Indigo #381D87

Tints of Persian Indigo #381D87

RGB

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

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

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

R = 25.45%
G = 13.18%
B = 61.36%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#381D87 (or 0x381D87) is known color: Persian Indigo. HEX triplet: 38, 1D and 87. RGB value is (56,29,135). Sum of RGB (Red+Green+Blue) = 56+29+135=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #381D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D87 is #C7E278. Grayscale: #303030. Windows color (decimal): -13099641 or 8854840. OLE color: 8854840.

HSL color Cylindrical-coordinate representation of color #381D87: hue angle of 255.28º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381D87 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 29 135 -
CMYK 0.59 0.79 0 0.47
HSL 255.28º 0.65% 0.32% -
HSV(B) 255.28º 0.79% 0.53% -
XYZ 6.44 3.47 23.25 -
YUV 49.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 56 29 135 0.59 0.79 0 0.47 255.28 0.65 0.32
Hex 38 1D 87 3B 4F 0 2F FF 41 20
Octal 70 35 207 73 117 0 57 377 101 40
Binary 111000 11101 10000111 111011 1001111 0 101111 11111111 1000001 100000

Color Harmonies of #381D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D87

Black with #381D87

Text Example


Text Example

White with #381D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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