Html Css Color HEX #380088 Indigo

📋 copy color: '#380088'

red 56 ◦ green 0 ◦ blue 136

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

Shades of Indigo #380088

Tints of Indigo #380088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 70.83%

R = 29.17%
G = 0%
B = 70.83%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#380088 (or 0x380088) is known color: Indigo. HEX triplet: 38, 00 and 88. RGB value is (56,0,136). Sum of RGB (Red+Green+Blue) = 56+0+136=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #380088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380088 is #C7FF77. Grayscale: #1F1F1F. Windows color (decimal): -13107064 or 8912952. OLE color: 8912952.

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

Color convert

RGB 56 0 136 -
CMYK 0.59 1 0 0.47
HSL 264.71º 1% 0.27% -
HSV(B) 264.71º 1% 0.53% -
XYZ 6.07 2.62 23.48 -
YUV 32.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 56 0 136 0.59 1 0 0.47 264.71 1 0.27
Hex 38 0 88 3B 64 0 2F 109 64 1B
Octal 70 0 210 73 144 0 57 411 144 33
Binary 111000 0 10001000 111011 1100100 0 101111 100001001 1100100 11011

Color Harmonies of #380088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380088

Black with #380088

Text Example


Text Example

White with #380088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380088; }

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

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

background-color css

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

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

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

border-color css

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

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

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