Html Css Color HEX #381F84 Persian Indigo

📋 copy color: '#381F84'

red 56 ◦ green 31 ◦ blue 132

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

Shades of Persian Indigo #381F84

Tints of Persian Indigo #381F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.27%

R = 25.57%
G = 14.16%
B = 60.27%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#381F84 (or 0x381F84) is known color: Persian Indigo. HEX triplet: 38, 1F and 84. RGB value is (56,31,132). Sum of RGB (Red+Green+Blue) = 56+31+132=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #381F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F84 is #C7E07B. Grayscale: #313131. Windows color (decimal): -13099132 or 8658744. OLE color: 8658744.

HSL color Cylindrical-coordinate representation of color #381F84: hue angle of 254.85º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381F84 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 31 132 -
CMYK 0.58 0.77 0 0.48
HSL 254.85º 0.62% 0.32% -
HSV(B) 254.85º 0.77% 0.52% -
XYZ 6.29 3.49 22.17 -
YUV 49.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 56 31 132 0.58 0.77 0 0.48 254.85 0.62 0.32
Hex 38 1F 84 3A 4D 0 30 FF 3E 20
Octal 70 37 204 72 115 0 60 377 76 40
Binary 111000 11111 10000100 111010 1001101 0 110000 11111111 111110 100000

Color Harmonies of #381F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F84

Black with #381F84

Text Example


Text Example

White with #381F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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