Html Css Color HEX #430384 Indigo

📋 copy color: '#430384'

red 67 ◦ green 3 ◦ blue 132

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

Shades of Indigo #430384

Tints of Indigo #430384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 33.17%
G = 1.49%
B = 65.35%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430384 (or 0x430384) is known color: Indigo. HEX triplet: 43, 03 and 84. RGB value is (67,3,132). Sum of RGB (Red+Green+Blue) = 67+3+132=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #430384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430384 is #BCFC7B. Grayscale: #242424. Windows color (decimal): -12385404 or 8651587. OLE color: 8651587.

HSL color Cylindrical-coordinate representation of color #430384: hue angle of 269.77º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430384 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 3 132 -
CMYK 0.49 0.98 0 0.48
HSL 269.77º 0.96% 0.26% -
HSV(B) 269.77º 0.98% 0.52% -
XYZ 6.51 2.92 22.05 -
YUV 36.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 67 3 132 0.49 0.98 0 0.48 269.77 0.96 0.26
Hex 43 3 84 31 62 0 30 10E 60 1A
Octal 103 3 204 61 142 0 60 416 140 32
Binary 1000011 11 10000100 110001 1100010 0 110000 100001110 1100000 11010

Color Harmonies of #430384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430384

Black with #430384

Text Example


Text Example

White with #430384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430384; }

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

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

background-color css

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

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

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

border-color css

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

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

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