Html Css Color HEX #381F8E Persian Indigo

📋 copy color: '#381F8E'

red 56 ◦ green 31 ◦ blue 142

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

Shades of Persian Indigo #381F8E

Tints of Persian Indigo #381F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 24.45%
G = 13.54%
B = 62.01%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#381F8E (or 0x381F8E) is known color: Persian Indigo. HEX triplet: 38, 1F and 8E. RGB value is (56,31,142). Sum of RGB (Red+Green+Blue) = 56+31+142=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #381F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F8E is #C7E071. Grayscale: #323232. Windows color (decimal): -13099122 or 9314104. OLE color: 9314104.

HSL color Cylindrical-coordinate representation of color #381F8E: hue angle of 253.51º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381F8E is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 31 142 -
CMYK 0.61 0.78 0 0.44
HSL 253.51º 0.64% 0.34% -
HSV(B) 253.51º 0.78% 0.56% -
XYZ 7 3.77 25.95 -
YUV 51.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 56 31 142 0.61 0.78 0 0.44 253.51 0.64 0.34
Hex 38 1F 8E 3D 4E 0 2C FE 40 22
Octal 70 37 216 75 116 0 54 376 100 42
Binary 111000 11111 10001110 111101 1001110 0 101100 11111110 1000000 100010

Color Harmonies of #381F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F8E

Black with #381F8E

Text Example


Text Example

White with #381F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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