Html Css Color HEX #43069E Indigo

📋 copy color: '#43069E'

red 67 ◦ green 6 ◦ blue 158

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

Shades of Indigo #43069E

Tints of Indigo #43069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 29%
G = 2.6%
B = 68.4%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43069E (or 0x43069E) is known color: Indigo. HEX triplet: 43, 06 and 9E. RGB value is (67,6,158). Sum of RGB (Red+Green+Blue) = 67+6+158=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #43069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43069E is #BCF961. Grayscale: #292929. Windows color (decimal): -12384610 or 10356291. OLE color: 10356291.

HSL color Cylindrical-coordinate representation of color #43069E: hue angle of 264.08º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43069E is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 6 158 -
CMYK 0.58 0.96 0 0.38
HSL 264.08º 0.93% 0.32% -
HSV(B) 264.08º 0.96% 0.62% -
XYZ 8.55 3.79 32.63 -
YUV 41.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 67 6 158 0.58 0.96 0 0.38 264.08 0.93 0.32
Hex 43 6 9E 3A 60 0 26 108 5D 20
Octal 103 6 236 72 140 0 46 410 135 40
Binary 1000011 110 10011110 111010 1100000 0 100110 100001000 1011101 100000

Color Harmonies of #43069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43069E

Black with #43069E

Text Example


Text Example

White with #43069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,6,158); }

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

background-color css

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

 a { background-color: rgb(67,6,158); }

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

border-color css

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

 span { border-color: rgb(67,6,158); }

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