Html Css Color HEX #380095 Indigo

📋 copy color: '#380095'

red 56 ◦ green 0 ◦ blue 149

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

Shades of Indigo #380095

Tints of Indigo #380095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 27.32%
G = 0%
B = 72.68%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380095 (or 0x380095) is known color: Indigo. HEX triplet: 38, 00 and 95. RGB value is (56,0,149). Sum of RGB (Red+Green+Blue) = 56+0+149=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #380095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380095 is #C7FF6A. Grayscale: #212121. Windows color (decimal): -13107051 or 9764920. OLE color: 9764920.

HSL color Cylindrical-coordinate representation of color #380095: hue angle of 262.55º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380095 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 0 149 -
CMYK 0.62 1 0 0.42
HSL 262.55º 1% 0.29% -
HSV(B) 262.55º 1% 0.58% -
XYZ 7.06 3.01 28.64 -
YUV 33.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 56 0 149 0.62 1 0 0.42 262.55 1 0.29
Hex 38 0 95 3E 64 0 2A 107 64 1D
Octal 70 0 225 76 144 0 52 407 144 35
Binary 111000 0 10010101 111110 1100100 0 101010 100000111 1100100 11101

Color Harmonies of #380095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380095

Black with #380095

Text Example


Text Example

White with #380095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380095; }

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

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

background-color css

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

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

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

border-color css

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

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

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