Html Css Color HEX #430964 Indigo

📋 copy color: '#430964'

red 67 ◦ green 9 ◦ blue 100

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

Shades of Indigo #430964

Tints of Indigo #430964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 100 (39.45% from 255) = 56.82%

R = 38.07%
G = 5.11%
B = 56.82%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#430964 (or 0x430964) is known color: Indigo. HEX triplet: 43, 09 and 64. RGB value is (67,9,100). Sum of RGB (Red+Green+Blue) = 67+9+100=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #430964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430964 is #BCF69B. Grayscale: #242424. Windows color (decimal): -12383900 or 6555971. OLE color: 6555971.

HSL color Cylindrical-coordinate representation of color #430964: hue angle of 278.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430964 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 9 100 -
CMYK 0.33 0.91 0 0.61
HSL 278.24º 0.83% 0.21% -
HSV(B) 278.24º 0.91% 0.39% -
XYZ 4.71 2.31 12.25 -
YUV 36.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 67 9 100 0.33 0.91 0 0.61 278.24 0.83 0.21
Hex 43 9 64 21 5B 0 3D 116 53 15
Octal 103 11 144 41 133 0 75 426 123 25
Binary 1000011 1001 1100100 100001 1011011 0 111101 100010110 1010011 10101

Color Harmonies of #430964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430964

Black with #430964

Text Example


Text Example

White with #430964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430964; }

 p { color: rgb(67,9,100); }

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

background-color css

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

 a { background-color: rgb(67,9,100); }

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

border-color css

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

 span { border-color: rgb(67,9,100); }

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