Html Css Color HEX #38018C Indigo

📋 copy color: '#38018C'

red 56 ◦ green 1 ◦ blue 140

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

Shades of Indigo #38018C

Tints of Indigo #38018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.07%

R = 28.43%
G = 0.51%
B = 71.07%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38018C (or 0x38018C) is known color: Indigo. HEX triplet: 38, 01 and 8C. RGB value is (56,1,140). Sum of RGB (Red+Green+Blue) = 56+1+140=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #38018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38018C is #C7FE73. Grayscale: #202020. Windows color (decimal): -13106804 or 9175352. OLE color: 9175352.

HSL color Cylindrical-coordinate representation of color #38018C: hue angle of 263.74º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38018C is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 1 140 -
CMYK 0.6 0.99 0 0.45
HSL 263.74º 0.99% 0.28% -
HSV(B) 263.74º 0.99% 0.55% -
XYZ 6.38 2.76 25.01 -
YUV 33.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 56 1 140 0.6 0.99 0 0.45 263.74 0.99 0.28
Hex 38 1 8C 3C 63 0 2D 108 63 1C
Octal 70 1 214 74 143 0 55 410 143 34
Binary 111000 1 10001100 111100 1100011 0 101101 100001000 1100011 11100

Color Harmonies of #38018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38018C

Black with #38018C

Text Example


Text Example

White with #38018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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