Html Css Color HEX #43006B Indigo

📋 copy color: '#43006B'

red 67 ◦ green 0 ◦ blue 107

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

Shades of Indigo #43006B

Tints of Indigo #43006B

RGB

 RED value IS 67 (26.56% from 255) = 38.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 38.51%
G = 0%
B = 61.49%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43006B (or 0x43006B) is known color: Indigo. HEX triplet: 43, 00 and 6B. RGB value is (67,0,107). Sum of RGB (Red+Green+Blue) = 67+0+107=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #43006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43006B is #BCFF94. Grayscale: #1F1F1F. Windows color (decimal): -12386197 or 7012419. OLE color: 7012419.

HSL color Cylindrical-coordinate representation of color #43006B: hue angle of 277.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43006B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 67 0 107 -
CMYK 0.37 1 0 0.58
HSL 277.57º 1% 0.21% -
HSV(B) 277.57º 1% 0.42% -
XYZ 4.97 2.25 14.08 -
YUV 32.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 67 0 107 0.37 1 0 0.58 277.57 1 0.21
Hex 43 0 6B 25 64 0 3A 116 64 15
Octal 103 0 153 45 144 0 72 426 144 25
Binary 1000011 0 1101011 100101 1100100 0 111010 100010110 1100100 10101

Color Harmonies of #43006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43006B

Black with #43006B

Text Example


Text Example

White with #43006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,0,107); }

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

background-color css

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

 a { background-color: rgb(67,0,107); }

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

border-color css

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

 span { border-color: rgb(67,0,107); }

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