Html Css Color HEX #38019A Indigo

📋 copy color: '#38019A'

red 56 ◦ green 1 ◦ blue 154

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

Shades of Indigo #38019A

Tints of Indigo #38019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 72.99%

R = 26.54%
G = 0.47%
B = 72.99%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38019A (or 0x38019A) is known color: Indigo. HEX triplet: 38, 01 and 9A. RGB value is (56,1,154). Sum of RGB (Red+Green+Blue) = 56+1+154=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #38019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38019A is #C7FE65. Grayscale: #222222. Windows color (decimal): -13106790 or 10092856. OLE color: 10092856.

HSL color Cylindrical-coordinate representation of color #38019A: hue angle of 261.57º 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 #38019A is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 1 154 -
CMYK 0.64 0.99 0 0.40
HSL 261.57º 0.99% 0.3% -
HSV(B) 261.57º 0.99% 0.6% -
XYZ 7.47 3.2 30.79 -
YUV 34.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 56 1 154 0.64 0.99 0 0.40 261.57 0.99 0.3
Hex 38 1 9A 40 63 0 28 106 63 1E
Octal 70 1 232 100 143 0 50 406 143 36
Binary 111000 1 10011010 1000000 1100011 0 101000 100000110 1100011 11110

Color Harmonies of #38019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38019A

Black with #38019A

Text Example


Text Example

White with #38019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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