Html Css Color HEX #43029B Indigo

📋 copy color: '#43029B'

red 67 ◦ green 2 ◦ blue 155

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

Shades of Indigo #43029B

Tints of Indigo #43029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 29.91%
G = 0.89%
B = 69.2%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43029B (or 0x43029B) is known color: Indigo. HEX triplet: 43, 02 and 9B. RGB value is (67,2,155). Sum of RGB (Red+Green+Blue) = 67+2+155=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #43029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43029B is #BCFD64. Grayscale: #262626. Windows color (decimal): -12385637 or 10158659. OLE color: 10158659.

HSL color Cylindrical-coordinate representation of color #43029B: hue angle of 265.49º degrees, saturation: 0.97, 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 #43029B is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 2 155 -
CMYK 0.57 0.99 0 0.39
HSL 265.49º 0.97% 0.31% -
HSV(B) 265.49º 0.99% 0.61% -
XYZ 8.25 3.6 31.27 -
YUV 38.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 67 2 155 0.57 0.99 0 0.39 265.49 0.97 0.31
Hex 43 2 9B 39 63 0 27 109 61 1F
Octal 103 2 233 71 143 0 47 411 141 37
Binary 1000011 10 10011011 111001 1100011 0 100111 100001001 1100001 11111

Color Harmonies of #43029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43029B

Black with #43029B

Text Example


Text Example

White with #43029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,2,155); }

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

background-color css

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

 a { background-color: rgb(67,2,155); }

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

border-color css

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

 span { border-color: rgb(67,2,155); }

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