Html Css Color HEX #381977 Persian Indigo

📋 copy color: '#381977'

red 56 ◦ green 25 ◦ blue 119

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

Shades of Persian Indigo #381977

Tints of Persian Indigo #381977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 28%
G = 12.5%
B = 59.5%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381977 (or 0x381977) is known color: Persian Indigo. HEX triplet: 38, 19 and 77. RGB value is (56,25,119). Sum of RGB (Red+Green+Blue) = 56+25+119=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #381977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381977 is #C7E688. Grayscale: #2C2C2C. Windows color (decimal): -13100681 or 7805240. OLE color: 7805240.

HSL color Cylindrical-coordinate representation of color #381977: hue angle of 259.79º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381977 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 25 119 -
CMYK 0.53 0.79 0 0.53
HSL 259.79º 0.65% 0.28% -
HSV(B) 259.79º 0.79% 0.47% -
XYZ 5.31 2.87 17.73 -
YUV 44.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 56 25 119 0.53 0.79 0 0.53 259.79 0.65 0.28
Hex 38 19 77 35 4F 0 35 104 41 1C
Octal 70 31 167 65 117 0 65 404 101 34
Binary 111000 11001 1110111 110101 1001111 0 110101 100000100 1000001 11100

Color Harmonies of #381977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381977

Black with #381977

Text Example


Text Example

White with #381977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381977; }

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

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

background-color css

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

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

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

border-color css

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

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

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