Html Css Color HEX #380195 Indigo

📋 copy color: '#380195'

red 56 ◦ green 1 ◦ blue 149

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

Shades of Indigo #380195

Tints of Indigo #380195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 27.18%
G = 0.49%
B = 72.33%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380195 (or 0x380195) is known color: Indigo. HEX triplet: 38, 01 and 95. RGB value is (56,1,149). Sum of RGB (Red+Green+Blue) = 56+1+149=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #380195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380195 is #C7FE6A. Grayscale: #212121. Windows color (decimal): -13106795 or 9765176. OLE color: 9765176.

HSL color Cylindrical-coordinate representation of color #380195: hue angle of 262.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380195 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 1 149 -
CMYK 0.62 0.99 0 0.42
HSL 262.3º 0.99% 0.29% -
HSV(B) 262.3º 0.99% 0.58% -
XYZ 7.07 3.03 28.65 -
YUV 34.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 56 1 149 0.62 0.99 0 0.42 262.3 0.99 0.29
Hex 38 1 95 3E 63 0 2A 106 63 1D
Octal 70 1 225 76 143 0 52 406 143 35
Binary 111000 1 10010101 111110 1100011 0 101010 100000110 1100011 11101

Color Harmonies of #380195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380195

Black with #380195

Text Example


Text Example

White with #380195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380195; }

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

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

background-color css

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

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

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

border-color css

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

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

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