Html Css Color HEX #380297 Indigo

📋 copy color: '#380297'

red 56 ◦ green 2 ◦ blue 151

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

Shades of Indigo #380297

Tints of Indigo #380297

RGB

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

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

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

R = 26.79%
G = 0.96%
B = 72.25%

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

#380297 (or 0x380297) is known color: Indigo. HEX triplet: 38, 02 and 97. RGB value is (56,2,151). Sum of RGB (Red+Green+Blue) = 56+2+151=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #380297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380297 is #C7FD68. Grayscale: #222222. Windows color (decimal): -13106537 or 9896504. OLE color: 9896504.

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

Color convert

RGB 56 2 151 -
CMYK 0.63 0.99 0 0.41
HSL 261.75º 0.97% 0.3% -
HSV(B) 261.75º 0.99% 0.59% -
XYZ 7.24 3.12 29.5 -
YUV 35.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 56 2 151 0.63 0.99 0 0.41 261.75 0.97 0.3
Hex 38 2 97 3F 63 0 29 106 61 1E
Octal 70 2 227 77 143 0 51 406 141 36
Binary 111000 10 10010111 111111 1100011 0 101001 100000110 1100001 11110

Color Harmonies of #380297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380297

Black with #380297

Text Example


Text Example

White with #380297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380297; }

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

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

background-color css

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

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

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

border-color css

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

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

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