Html Css Color HEX #43025E Indigo

📋 copy color: '#43025E'

red 67 ◦ green 2 ◦ blue 94

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

Shades of Indigo #43025E

Tints of Indigo #43025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 41.1%
G = 1.23%
B = 57.67%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43025E (or 0x43025E) is known color: Indigo. HEX triplet: 43, 02 and 5E. RGB value is (67,2,94). Sum of RGB (Red+Green+Blue) = 67+2+94=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #43025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43025E is #BCFDA1. Grayscale: #1F1F1F. Windows color (decimal): -12385698 or 6160963. OLE color: 6160963.

HSL color Cylindrical-coordinate representation of color #43025E: hue angle of 282.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43025E is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 2 94 -
CMYK 0.29 0.98 0 0.63
HSL 282.39º 0.96% 0.19% -
HSV(B) 282.39º 0.98% 0.37% -
XYZ 4.36 2.04 10.75 -
YUV 31.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 67 2 94 0.29 0.98 0 0.63 282.39 0.96 0.19
Hex 43 2 5E 1D 62 0 3F 11A 60 13
Octal 103 2 136 35 142 0 77 432 140 23
Binary 1000011 10 1011110 11101 1100010 0 111111 100011010 1100000 10011

Color Harmonies of #43025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43025E

Black with #43025E

Text Example


Text Example

White with #43025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43025E; }

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

 H1.HeaderClassName
 {
   color: #43025E;
 }
 .AnyTagClassName
 {
   color: #43025E;
 }
</style>

background-color css

<style>
 a { background-color: #43025E; }

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

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

border-color css

<style>
 span { border-color: #43025E; }

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

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