Html Css Color HEX #381A8B Persian Indigo

📋 copy color: '#381A8B'

red 56 ◦ green 26 ◦ blue 139

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

Shades of Persian Indigo #381A8B

Tints of Persian Indigo #381A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 25.34%
G = 11.76%
B = 62.9%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#381A8B (or 0x381A8B) is known color: Persian Indigo. HEX triplet: 38, 1A and 8B. RGB value is (56,26,139). Sum of RGB (Red+Green+Blue) = 56+26+139=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #381A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A8B is #C7E574. Grayscale: #2F2F2F. Windows color (decimal): -13100405 or 9116216. OLE color: 9116216.

HSL color Cylindrical-coordinate representation of color #381A8B: hue angle of 255.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381A8B is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 26 139 -
CMYK 0.60 0.81 0 0.45
HSL 255.93º 0.68% 0.32% -
HSV(B) 255.93º 0.81% 0.55% -
XYZ 6.66 3.44 24.74 -
YUV 47.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 56 26 139 0.60 0.81 0 0.45 255.93 0.68 0.32
Hex 38 1A 8B 3C 51 0 2D 100 44 20
Octal 70 32 213 74 121 0 55 400 104 40
Binary 111000 11010 10001011 111100 1010001 0 101101 100000000 1000100 100000

Color Harmonies of #381A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A8B

Black with #381A8B

Text Example


Text Example

White with #381A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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