Html Css Color HEX #430D74 Indigo

📋 copy color: '#430D74'

red 67 ◦ green 13 ◦ blue 116

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

Shades of Indigo #430D74

Tints of Indigo #430D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

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

R = 34.18%
G = 6.63%
B = 59.18%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430D74 (or 0x430D74) is known color: Indigo. HEX triplet: 43, 0D and 74. RGB value is (67,13,116). Sum of RGB (Red+Green+Blue) = 67+13+116=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #430D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D74 is #BCF28B. Grayscale: #282828. Windows color (decimal): -12382860 or 7605571. OLE color: 7605571.

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

Color convert

RGB 67 13 116 -
CMYK 0.42 0.89 0 0.55
HSL 271.46º 0.8% 0.25% -
HSV(B) 271.46º 0.89% 0.45% -
XYZ 5.61 2.74 16.76 -
YUV 40.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 67 13 116 0.42 0.89 0 0.55 271.46 0.8 0.25
Hex 43 D 74 2A 59 0 37 10F 50 19
Octal 103 15 164 52 131 0 67 417 120 31
Binary 1000011 1101 1110100 101010 1011001 0 110111 100001111 1010000 11001

Color Harmonies of #430D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D74

Black with #430D74

Text Example


Text Example

White with #430D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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