Html Css Color HEX #380085 Indigo

📋 copy color: '#380085'

red 56 ◦ green 0 ◦ blue 133

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

Shades of Indigo #380085

Tints of Indigo #380085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 29.63%
G = 0%
B = 70.37%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380085 (or 0x380085) is known color: Indigo. HEX triplet: 38, 00 and 85. RGB value is (56,0,133). Sum of RGB (Red+Green+Blue) = 56+0+133=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #380085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380085 is #C7FF7A. Grayscale: #1F1F1F. Windows color (decimal): -13107067 or 8716344. OLE color: 8716344.

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

Color convert

RGB 56 0 133 -
CMYK 0.58 1 0 0.48
HSL 265.26º 1% 0.26% -
HSV(B) 265.26º 1% 0.52% -
XYZ 5.86 2.53 22.37 -
YUV 31.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 56 0 133 0.58 1 0 0.48 265.26 1 0.26
Hex 38 0 85 3A 64 0 30 109 64 1A
Octal 70 0 205 72 144 0 60 411 144 32
Binary 111000 0 10000101 111010 1100100 0 110000 100001001 1100100 11010

Color Harmonies of #380085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380085

Black with #380085

Text Example


Text Example

White with #380085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380085; }

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

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

background-color css

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

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

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

border-color css

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

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

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