Html Css Color HEX #430A69 Indigo

📋 copy color: '#430A69'

red 67 ◦ green 10 ◦ blue 105

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

Shades of Indigo #430A69

Tints of Indigo #430A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 36.81%
G = 5.49%
B = 57.69%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#430A69 (or 0x430A69) is known color: Indigo. HEX triplet: 43, 0A and 69. RGB value is (67,10,105). Sum of RGB (Red+Green+Blue) = 67+10+105=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #430A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A69 is #BCF596. Grayscale: #252525. Windows color (decimal): -12383639 or 6883907. OLE color: 6883907.

HSL color Cylindrical-coordinate representation of color #430A69: hue angle of 276º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430A69 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 10 105 -
CMYK 0.36 0.90 0 0.59
HSL 276º 0.83% 0.23% -
HSV(B) 276º 0.9% 0.41% -
XYZ 4.97 2.43 13.57 -
YUV 37.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 67 10 105 0.36 0.90 0 0.59 276 0.83 0.23
Hex 43 A 69 24 5A 0 3B 114 53 17
Octal 103 12 151 44 132 0 73 424 123 27
Binary 1000011 1010 1101001 100100 1011010 0 111011 100010100 1010011 10111

Color Harmonies of #430A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A69

Black with #430A69

Text Example


Text Example

White with #430A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,10,105); }

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

background-color css

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

 a { background-color: rgb(67,10,105); }

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

border-color css

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

 span { border-color: rgb(67,10,105); }

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