Html Css Color HEX #380091 Indigo

📋 copy color: '#380091'

red 56 ◦ green 0 ◦ blue 145

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

Shades of Indigo #380091

Tints of Indigo #380091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 72.14%

R = 27.86%
G = 0%
B = 72.14%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#380091 (or 0x380091) is known color: Indigo. HEX triplet: 38, 00 and 91. RGB value is (56,0,145). Sum of RGB (Red+Green+Blue) = 56+0+145=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #380091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380091 is #C7FF6E. Grayscale: #202020. Windows color (decimal): -13107055 or 9502776. OLE color: 9502776.

HSL color Cylindrical-coordinate representation of color #380091: hue angle of 263.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380091 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 0 145 -
CMYK 0.61 1 0 0.43
HSL 263.17º 1% 0.28% -
HSV(B) 263.17º 1% 0.57% -
XYZ 6.74 2.89 26.99 -
YUV 33.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 56 0 145 0.61 1 0 0.43 263.17 1 0.28
Hex 38 0 91 3D 64 0 2B 107 64 1C
Octal 70 0 221 75 144 0 53 407 144 34
Binary 111000 0 10010001 111101 1100100 0 101011 100000111 1100100 11100

Color Harmonies of #380091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380091

Black with #380091

Text Example


Text Example

White with #380091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380091; }

 p { color: rgb(56,0,145); }

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

background-color css

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

 a { background-color: rgb(56,0,145); }

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

border-color css

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

 span { border-color: rgb(56,0,145); }

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