Html Css Color HEX #381B8D Persian Indigo

📋 copy color: '#381B8D'

red 56 ◦ green 27 ◦ blue 141

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

Shades of Persian Indigo #381B8D

Tints of Persian Indigo #381B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 25%
G = 12.05%
B = 62.95%

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

#381B8D (or 0x381B8D) is known color: Persian Indigo. HEX triplet: 38, 1B and 8D. RGB value is (56,27,141). Sum of RGB (Red+Green+Blue) = 56+27+141=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #381B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B8D is #C7E472. Grayscale: #303030. Windows color (decimal): -13100147 or 9247544. OLE color: 9247544.

HSL color Cylindrical-coordinate representation of color #381B8D: hue angle of 255.26º degrees, saturation: 0.68, 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 #381B8D is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 27 141 -
CMYK 0.60 0.81 0 0.45
HSL 255.26º 0.68% 0.33% -
HSV(B) 255.26º 0.81% 0.55% -
XYZ 6.83 3.55 25.52 -
YUV 48.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 56 27 141 0.60 0.81 0 0.45 255.26 0.68 0.33
Hex 38 1B 8D 3C 51 0 2D FF 44 21
Octal 70 33 215 74 121 0 55 377 104 41
Binary 111000 11011 10001101 111100 1010001 0 101101 11111111 1000100 100001

Color Harmonies of #381B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B8D

Black with #381B8D

Text Example


Text Example

White with #381B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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