Html Css Color HEX #380197 Indigo

📋 copy color: '#380197'

red 56 ◦ green 1 ◦ blue 151

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

Shades of Indigo #380197

Tints of Indigo #380197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.6%

R = 26.92%
G = 0.48%
B = 72.6%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#380197 (or 0x380197) is known color: Indigo. HEX triplet: 38, 01 and 97. RGB value is (56,1,151). Sum of RGB (Red+Green+Blue) = 56+1+151=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #380197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380197 is #C7FE68. Grayscale: #222222. Windows color (decimal): -13106793 or 9896248. OLE color: 9896248.

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

Color convert

RGB 56 1 151 -
CMYK 0.63 0.99 0 0.41
HSL 262º 0.99% 0.3% -
HSV(B) 262º 0.99% 0.59% -
XYZ 7.23 3.1 29.49 -
YUV 34.55 193.72 143.3 -
System Red Green Blue C M Y K H S L
Decimal 56 1 151 0.63 0.99 0 0.41 262 0.99 0.3
Hex 38 1 97 3F 63 0 29 106 63 1E
Octal 70 1 227 77 143 0 51 406 143 36
Binary 111000 1 10010111 111111 1100011 0 101001 100000110 1100011 11110

Color Harmonies of #380197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380197

Black with #380197

Text Example


Text Example

White with #380197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380197; }

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

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

background-color css

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

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

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

border-color css

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

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

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