Html Css Color HEX #43038C Indigo

📋 copy color: '#43038C'

red 67 ◦ green 3 ◦ blue 140

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

Shades of Indigo #43038C

Tints of Indigo #43038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 31.9%
G = 1.43%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43038C (or 0x43038C) is known color: Indigo. HEX triplet: 43, 03 and 8C. RGB value is (67,3,140). Sum of RGB (Red+Green+Blue) = 67+3+140=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #43038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43038C is #BCFC73. Grayscale: #252525. Windows color (decimal): -12385396 or 9175875. OLE color: 9175875.

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

Color convert

RGB 67 3 140 -
CMYK 0.52 0.98 0 0.45
HSL 268.03º 0.96% 0.28% -
HSV(B) 268.03º 0.98% 0.55% -
XYZ 7.08 3.15 25.05 -
YUV 37.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 67 3 140 0.52 0.98 0 0.45 268.03 0.96 0.28
Hex 43 3 8C 34 62 0 2D 10C 60 1C
Octal 103 3 214 64 142 0 55 414 140 34
Binary 1000011 11 10001100 110100 1100010 0 101101 100001100 1100000 11100

Color Harmonies of #43038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43038C

Black with #43038C

Text Example


Text Example

White with #43038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,3,140); }

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

background-color css

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

 a { background-color: rgb(67,3,140); }

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

border-color css

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

 span { border-color: rgb(67,3,140); }

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