Html Css Color HEX #380F79 Persian Indigo

📋 copy color: '#380F79'

red 56 ◦ green 15 ◦ blue 121

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

Shades of Persian Indigo #380F79

Tints of Persian Indigo #380F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

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

R = 29.17%
G = 7.81%
B = 63.02%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#380F79 (or 0x380F79) is known color: Persian Indigo. HEX triplet: 38, 0F and 79. RGB value is (56,15,121). Sum of RGB (Red+Green+Blue) = 56+15+121=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #380F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F79 is #C7F086. Grayscale: #262626. Windows color (decimal): -13103239 or 7933752. OLE color: 7933752.

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

Color convert

RGB 56 15 121 -
CMYK 0.54 0.88 0 0.53
HSL 263.21º 0.78% 0.27% -
HSV(B) 263.21º 0.88% 0.47% -
XYZ 5.25 2.56 18.31 -
YUV 39.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 56 15 121 0.54 0.88 0 0.53 263.21 0.78 0.27
Hex 38 F 79 36 58 0 35 107 4E 1B
Octal 70 17 171 66 130 0 65 407 116 33
Binary 111000 1111 1111001 110110 1011000 0 110101 100000111 1001110 11011

Color Harmonies of #380F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F79

Black with #380F79

Text Example


Text Example

White with #380F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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