Html Css Color HEX #38019F Indigo

📋 copy color: '#38019F'

red 56 ◦ green 1 ◦ blue 159

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

Shades of Indigo #38019F

Tints of Indigo #38019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 25.93%
G = 0.46%
B = 73.61%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38019F (or 0x38019F) is known color: Indigo. HEX triplet: 38, 01 and 9F. RGB value is (56,1,159). Sum of RGB (Red+Green+Blue) = 56+1+159=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #38019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38019F is #C7FE60. Grayscale: #222222. Windows color (decimal): -13106785 or 10420536. OLE color: 10420536.

HSL color Cylindrical-coordinate representation of color #38019F: hue angle of 260.89º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38019F is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 1 159 -
CMYK 0.65 0.99 0 0.38
HSL 260.89º 0.99% 0.31% -
HSV(B) 260.89º 0.99% 0.62% -
XYZ 7.9 3.37 33.03 -
YUV 35.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 56 1 159 0.65 0.99 0 0.38 260.89 0.99 0.31
Hex 38 1 9F 41 63 0 26 105 63 1F
Octal 70 1 237 101 143 0 46 405 143 37
Binary 111000 1 10011111 1000001 1100011 0 100110 100000101 1100011 11111

Color Harmonies of #38019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38019F

Black with #38019F

Text Example


Text Example

White with #38019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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