Html Css Color HEX #380299 Indigo

📋 copy color: '#380299'

red 56 ◦ green 2 ◦ blue 153

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

Shades of Indigo #380299

Tints of Indigo #380299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 26.54%
G = 0.95%
B = 72.51%

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

#380299 (or 0x380299) is known color: Indigo. HEX triplet: 38, 02 and 99. RGB value is (56,2,153). Sum of RGB (Red+Green+Blue) = 56+2+153=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #380299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380299 is #C7FD66. Grayscale: #222222. Windows color (decimal): -13106535 or 10027576. OLE color: 10027576.

HSL color Cylindrical-coordinate representation of color #380299: hue angle of 261.46º degrees, saturation: 0.97, 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 #380299 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 2 153 -
CMYK 0.63 0.99 0 0.4
HSL 261.46º 0.97% 0.3% -
HSV(B) 261.46º 0.99% 0.6% -
XYZ 7.4 3.18 30.36 -
YUV 35.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 56 2 153 0.63 0.99 0 0.4 261.46 0.97 0.3
Hex 38 2 99 3F 63 0 28 105 61 1E
Octal 70 2 231 77 143 0 50 405 141 36
Binary 111000 10 10011001 111111 1100011 0 101000 100000101 1100001 11110

Color Harmonies of #380299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380299

Black with #380299

Text Example


Text Example

White with #380299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380299; }

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

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

background-color css

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

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

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

border-color css

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

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

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