Html Css Color HEX #380081 Indigo

📋 copy color: '#380081'

red 56 ◦ green 0 ◦ blue 129

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

Shades of Indigo #380081

Tints of Indigo #380081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 69.73%

R = 30.27%
G = 0%
B = 69.73%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380081 (or 0x380081) is known color: Indigo. HEX triplet: 38, 00 and 81. RGB value is (56,0,129). Sum of RGB (Red+Green+Blue) = 56+0+129=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #380081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380081 is #C7FF7E. Grayscale: #1E1E1E. Windows color (decimal): -13107071 or 8454200. OLE color: 8454200.

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

Color convert

RGB 56 0 129 -
CMYK 0.57 1 0 0.49
HSL 266.05º 1% 0.25% -
HSV(B) 266.05º 1% 0.51% -
XYZ 5.59 2.43 20.94 -
YUV 31.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 56 0 129 0.57 1 0 0.49 266.05 1 0.25
Hex 38 0 81 39 64 0 31 10A 64 19
Octal 70 0 201 71 144 0 61 412 144 31
Binary 111000 0 10000001 111001 1100100 0 110001 100001010 1100100 11001

Color Harmonies of #380081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380081

Black with #380081

Text Example


Text Example

White with #380081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380081; }

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

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

background-color css

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

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

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

border-color css

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

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

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