Html Css Color HEX #381B77 Persian Indigo

📋 copy color: '#381B77'

red 56 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #381B77

Tints of Persian Indigo #381B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 27.72%
G = 13.37%
B = 58.91%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381B77 (or 0x381B77) is known color: Persian Indigo. HEX triplet: 38, 1B and 77. RGB value is (56,27,119). Sum of RGB (Red+Green+Blue) = 56+27+119=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #381B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B77 is #C7E488. Grayscale: #2D2D2D. Windows color (decimal): -13100169 or 7805752. OLE color: 7805752.

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

Color convert

RGB 56 27 119 -
CMYK 0.53 0.77 0 0.53
HSL 258.91º 0.63% 0.29% -
HSV(B) 258.91º 0.77% 0.47% -
XYZ 5.35 2.96 17.74 -
YUV 46.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 56 27 119 0.53 0.77 0 0.53 258.91 0.63 0.29
Hex 38 1B 77 35 4D 0 35 103 3F 1D
Octal 70 33 167 65 115 0 65 403 77 35
Binary 111000 11011 1110111 110101 1001101 0 110101 100000011 111111 11101

Color Harmonies of #381B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B77

Black with #381B77

Text Example


Text Example

White with #381B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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