Html Css Color HEX #380199 Indigo

📋 copy color: '#380199'

red 56 ◦ green 1 ◦ blue 153

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

Shades of Indigo #380199

Tints of Indigo #380199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 153 (60.16% from 255) = 72.86%

R = 26.67%
G = 0.48%
B = 72.86%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#380199 (or 0x380199) is known color: Indigo. HEX triplet: 38, 01 and 99. RGB value is (56,1,153). Sum of RGB (Red+Green+Blue) = 56+1+153=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #380199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380199 is #C7FE66. Grayscale: #222222. Windows color (decimal): -13106791 or 10027320. OLE color: 10027320.

HSL color Cylindrical-coordinate representation of color #380199: hue angle of 261.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380199 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 1 153 -
CMYK 0.63 0.99 0 0.4
HSL 261.71º 0.99% 0.3% -
HSV(B) 261.71º 0.99% 0.6% -
XYZ 7.39 3.16 30.36 -
YUV 34.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 56 1 153 0.63 0.99 0 0.4 261.71 0.99 0.3
Hex 38 1 99 3F 63 0 28 106 63 1E
Octal 70 1 231 77 143 0 50 406 143 36
Binary 111000 1 10011001 111111 1100011 0 101000 100000110 1100011 11110

Color Harmonies of #380199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380199

Black with #380199

Text Example


Text Example

White with #380199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380199; }

 p { color: rgb(56,1,153); }

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

background-color css

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

 a { background-color: rgb(56,1,153); }

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

border-color css

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

 span { border-color: rgb(56,1,153); }

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