Html Css Color HEX #38019B Indigo

📋 copy color: '#38019B'

red 56 ◦ green 1 ◦ blue 155

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

Shades of Indigo #38019B

Tints of Indigo #38019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.11%

R = 26.42%
G = 0.47%
B = 73.11%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38019B (or 0x38019B) is known color: Indigo. HEX triplet: 38, 01 and 9B. RGB value is (56,1,155). Sum of RGB (Red+Green+Blue) = 56+1+155=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #38019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38019B is #C7FE64. Grayscale: #222222. Windows color (decimal): -13106789 or 10158392. OLE color: 10158392.

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

Color convert

RGB 56 1 155 -
CMYK 0.64 0.99 0 0.39
HSL 261.43º 0.99% 0.31% -
HSV(B) 261.43º 0.99% 0.61% -
XYZ 7.56 3.23 31.24 -
YUV 35 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 56 1 155 0.64 0.99 0 0.39 261.43 0.99 0.31
Hex 38 1 9B 40 63 0 27 105 63 1F
Octal 70 1 233 100 143 0 47 405 143 37
Binary 111000 1 10011011 1000000 1100011 0 100111 100000101 1100011 11111

Color Harmonies of #38019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38019B

Black with #38019B

Text Example


Text Example

White with #38019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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