Html Css Color HEX #381A81 Persian Indigo

📋 copy color: '#381A81'

red 56 ◦ green 26 ◦ blue 129

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

Shades of Persian Indigo #381A81

Tints of Persian Indigo #381A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 129 (50.78% from 255) = 61.14%

R = 26.54%
G = 12.32%
B = 61.14%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#381A81 (or 0x381A81) is known color: Persian Indigo. HEX triplet: 38, 1A and 81. RGB value is (56,26,129). Sum of RGB (Red+Green+Blue) = 56+26+129=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #381A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A81 is #C7E57E. Grayscale: #2E2E2E. Windows color (decimal): -13100415 or 8460856. OLE color: 8460856.

HSL color Cylindrical-coordinate representation of color #381A81: hue angle of 257.48º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381A81 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 26 129 -
CMYK 0.57 0.80 0 0.49
HSL 257.48º 0.66% 0.3% -
HSV(B) 257.48º 0.8% 0.51% -
XYZ 5.96 3.16 21.07 -
YUV 46.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 56 26 129 0.57 0.80 0 0.49 257.48 0.66 0.3
Hex 38 1A 81 39 50 0 31 101 42 1E
Octal 70 32 201 71 120 0 61 401 102 36
Binary 111000 11010 10000001 111001 1010000 0 110001 100000001 1000010 11110

Color Harmonies of #381A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A81

Black with #381A81

Text Example


Text Example

White with #381A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,129); }

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

background-color css

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

 a { background-color: rgb(56,26,129); }

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

border-color css

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

 span { border-color: rgb(56,26,129); }

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