Html Css Color HEX #381877 Persian Indigo

📋 copy color: '#381877'

red 56 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #381877

Tints of Persian Indigo #381877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

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

R = 28.14%
G = 12.06%
B = 59.8%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381877 (or 0x381877) is known color: Persian Indigo. HEX triplet: 38, 18 and 77. RGB value is (56,24,119). Sum of RGB (Red+Green+Blue) = 56+24+119=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #381877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381877 is #C7E788. Grayscale: #2C2C2C. Windows color (decimal): -13100937 or 7804984. OLE color: 7804984.

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

Color convert

RGB 56 24 119 -
CMYK 0.53 0.80 0 0.53
HSL 260.21º 0.66% 0.28% -
HSV(B) 260.21º 0.8% 0.47% -
XYZ 5.29 2.83 17.72 -
YUV 44.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 56 24 119 0.53 0.80 0 0.53 260.21 0.66 0.28
Hex 38 18 77 35 50 0 35 104 42 1C
Octal 70 30 167 65 120 0 65 404 102 34
Binary 111000 11000 1110111 110101 1010000 0 110101 100000100 1000010 11100

Color Harmonies of #381877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381877

Black with #381877

Text Example


Text Example

White with #381877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381877; }

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

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

background-color css

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

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

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

border-color css

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

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

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