Html Css Color HEX #381879 Persian Indigo

📋 copy color: '#381879'

red 56 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #381879

Tints of Persian Indigo #381879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.2%

R = 27.86%
G = 11.94%
B = 60.2%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381879 (or 0x381879) is known color: Persian Indigo. HEX triplet: 38, 18 and 79. RGB value is (56,24,121). Sum of RGB (Red+Green+Blue) = 56+24+121=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #381879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381879 is #C7E786. Grayscale: #2C2C2C. Windows color (decimal): -13100935 or 7936056. OLE color: 7936056.

HSL color Cylindrical-coordinate representation of color #381879: hue angle of 259.79º degrees, saturation: 0.67, 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 #381879 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 24 121 -
CMYK 0.54 0.80 0 0.53
HSL 259.79º 0.67% 0.28% -
HSV(B) 259.79º 0.8% 0.47% -
XYZ 5.41 2.87 18.36 -
YUV 44.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 56 24 121 0.54 0.80 0 0.53 259.79 0.67 0.28
Hex 38 18 79 36 50 0 35 104 43 1C
Octal 70 30 171 66 120 0 65 404 103 34
Binary 111000 11000 1111001 110110 1010000 0 110101 100000100 1000011 11100

Color Harmonies of #381879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381879

Black with #381879

Text Example


Text Example

White with #381879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381879; }

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

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

background-color css

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

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

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

border-color css

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

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

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