Html Css Color HEX #67018B Indigo

📋 copy color: '#67018B'

red 103 ◦ green 1 ◦ blue 139

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

Shades of Indigo #67018B

Tints of Indigo #67018B

RGB

 RED value IS 103 (40.63% from 255) = 42.39%

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 42.39%
G = 0.41%
B = 57.2%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67018B (or 0x67018B) is known color: Indigo. HEX triplet: 67, 01 and 8B. RGB value is (103,1,139). Sum of RGB (Red+Green+Blue) = 103+1+139=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #67018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67018B is #98FE74. Grayscale: #2E2E2E. Windows color (decimal): -10026613 or 9109863. OLE color: 9109863.

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

Color convert

RGB 103 1 139 -
CMYK 0.26 0.99 0 0.45
HSL 284.35º 0.99% 0.27% -
HSV(B) 284.35º 0.99% 0.55% -
XYZ 10.26 4.77 24.81 -
YUV 47.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 103 1 139 0.26 0.99 0 0.45 284.35 0.99 0.27
Hex 67 1 8B 1A 63 0 2D 11C 63 1B
Octal 147 1 213 32 143 0 55 434 143 33
Binary 1100111 1 10001011 11010 1100011 0 101101 100011100 1100011 11011

Color Harmonies of #67018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67018B

Black with #67018B

Text Example


Text Example

White with #67018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,1,139); }

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

background-color css

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

 a { background-color: rgb(103,1,139); }

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

border-color css

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

 span { border-color: rgb(103,1,139); }

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