Html Css Color HEX #381079 Persian Indigo

📋 copy color: '#381079'

red 56 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #381079

Tints of Persian Indigo #381079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 29.02%
G = 8.29%
B = 62.69%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381079 (or 0x381079) is known color: Persian Indigo. HEX triplet: 38, 10 and 79. RGB value is (56,16,121). Sum of RGB (Red+Green+Blue) = 56+16+121=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #381079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381079 is #C7EF86. Grayscale: #272727. Windows color (decimal): -13102983 or 7934008. OLE color: 7934008.

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

Color convert

RGB 56 16 121 -
CMYK 0.54 0.87 0 0.53
HSL 262.86º 0.77% 0.27% -
HSV(B) 262.86º 0.87% 0.47% -
XYZ 5.27 2.59 18.31 -
YUV 39.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 56 16 121 0.54 0.87 0 0.53 262.86 0.77 0.27
Hex 38 10 79 36 57 0 35 107 4D 1B
Octal 70 20 171 66 127 0 65 407 115 33
Binary 111000 10000 1111001 110110 1010111 0 110101 100000111 1001101 11011

Color Harmonies of #381079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381079

Black with #381079

Text Example


Text Example

White with #381079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381079; }

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

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

background-color css

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

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

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

border-color css

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

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

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