Html Css Color HEX #430074 Indigo

📋 copy color: '#430074'

red 67 ◦ green 0 ◦ blue 116

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

Shades of Indigo #430074

Tints of Indigo #430074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 36.61%
G = 0%
B = 63.39%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430074 (or 0x430074) is known color: Indigo. HEX triplet: 43, 00 and 74. RGB value is (67,0,116). Sum of RGB (Red+Green+Blue) = 67+0+116=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #430074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430074 is #BCFF8B. Grayscale: #202020. Windows color (decimal): -12386188 or 7602243. OLE color: 7602243.

HSL color Cylindrical-coordinate representation of color #430074: hue angle of 274.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430074 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 0 116 -
CMYK 0.42 1 0 0.55
HSL 274.66º 1% 0.23% -
HSV(B) 274.66º 1% 0.45% -
XYZ 5.47 2.45 16.71 -
YUV 33.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 67 0 116 0.42 1 0 0.55 274.66 1 0.23
Hex 43 0 74 2A 64 0 37 113 64 17
Octal 103 0 164 52 144 0 67 423 144 27
Binary 1000011 0 1110100 101010 1100100 0 110111 100010011 1100100 10111

Color Harmonies of #430074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430074

Black with #430074

Text Example


Text Example

White with #430074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430074; }

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

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

background-color css

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

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

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

border-color css

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

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

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