Html Css Color HEX #381B76 Persian Indigo

📋 copy color: '#381B76'

red 56 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #381B76

Tints of Persian Indigo #381B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 27.86%
G = 13.43%
B = 58.71%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#381B76 (or 0x381B76) is known color: Persian Indigo. HEX triplet: 38, 1B and 76. RGB value is (56,27,118). Sum of RGB (Red+Green+Blue) = 56+27+118=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #381B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B76 is #C7E489. Grayscale: #2D2D2D. Windows color (decimal): -13100170 or 7740216. OLE color: 7740216.

HSL color Cylindrical-coordinate representation of color #381B76: hue angle of 259.12º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381B76 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 27 118 -
CMYK 0.53 0.77 0 0.54
HSL 259.12º 0.63% 0.28% -
HSV(B) 259.12º 0.77% 0.46% -
XYZ 5.29 2.93 17.43 -
YUV 46.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 56 27 118 0.53 0.77 0 0.54 259.12 0.63 0.28
Hex 38 1B 76 35 4D 0 36 103 3F 1C
Octal 70 33 166 65 115 0 66 403 77 34
Binary 111000 11011 1110110 110101 1001101 0 110110 100000011 111111 11100

Color Harmonies of #381B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B76

Black with #381B76

Text Example


Text Example

White with #381B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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