Html Css Color HEX #381B8B Persian Indigo

📋 copy color: '#381B8B'

red 56 ◦ green 27 ◦ blue 139

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

Shades of Persian Indigo #381B8B

Tints of Persian Indigo #381B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 25.23%
G = 12.16%
B = 62.61%

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

#381B8B (or 0x381B8B) is known color: Persian Indigo. HEX triplet: 38, 1B and 8B. RGB value is (56,27,139). Sum of RGB (Red+Green+Blue) = 56+27+139=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #381B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B8B is #C7E474. Grayscale: #303030. Windows color (decimal): -13100149 or 9116472. OLE color: 9116472.

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

Color convert

RGB 56 27 139 -
CMYK 0.60 0.81 0 0.45
HSL 255.54º 0.67% 0.33% -
HSV(B) 255.54º 0.81% 0.55% -
XYZ 6.68 3.49 24.75 -
YUV 48.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 56 27 139 0.60 0.81 0 0.45 255.54 0.67 0.33
Hex 38 1B 8B 3C 51 0 2D 100 43 21
Octal 70 33 213 74 121 0 55 400 103 41
Binary 111000 11011 10001011 111100 1010001 0 101101 100000000 1000011 100001

Color Harmonies of #381B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B8B

Black with #381B8B

Text Example


Text Example

White with #381B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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