Html Css Color HEX #381F87 Persian Indigo

📋 copy color: '#381F87'

red 56 ◦ green 31 ◦ blue 135

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

Shades of Persian Indigo #381F87

Tints of Persian Indigo #381F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

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

R = 25.23%
G = 13.96%
B = 60.81%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#381F87 (or 0x381F87) is known color: Persian Indigo. HEX triplet: 38, 1F and 87. RGB value is (56,31,135). Sum of RGB (Red+Green+Blue) = 56+31+135=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #381F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F87 is #C7E078. Grayscale: #313131. Windows color (decimal): -13099129 or 8855352. OLE color: 8855352.

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

Color convert

RGB 56 31 135 -
CMYK 0.59 0.77 0 0.47
HSL 254.42º 0.63% 0.33% -
HSV(B) 254.42º 0.77% 0.53% -
XYZ 6.49 3.57 23.27 -
YUV 50.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 56 31 135 0.59 0.77 0 0.47 254.42 0.63 0.33
Hex 38 1F 87 3B 4D 0 2F FE 3F 21
Octal 70 37 207 73 115 0 57 376 77 41
Binary 111000 11111 10000111 111011 1001101 0 101111 11111110 111111 100001

Color Harmonies of #381F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F87

Black with #381F87

Text Example


Text Example

White with #381F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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