Html Css Color HEX #430BAC Indigo

📋 copy color: '#430BAC'

red 67 ◦ green 11 ◦ blue 172

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

Shades of Indigo #430BAC

Tints of Indigo #430BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 26.8%
G = 4.4%
B = 68.8%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#430BAC (or 0x430BAC) is known color: Indigo. HEX triplet: 43, 0B and AC. RGB value is (67,11,172). Sum of RGB (Red+Green+Blue) = 67+11+172=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #430BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAC is #BCF453. Grayscale: #2D2D2D. Windows color (decimal): -12383316 or 11275075. OLE color: 11275075.

HSL color Cylindrical-coordinate representation of color #430BAC: hue angle of 260.87º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 11 172 -
CMYK 0.61 0.94 0 0.33
HSL 260.87º 0.88% 0.36% -
HSV(B) 260.87º 0.94% 0.67% -
XYZ 9.88 4.41 39.36 -
YUV 46.1 199.05 142.91 -
System Red Green Blue C M Y K H S L
Decimal 67 11 172 0.61 0.94 0 0.33 260.87 0.88 0.36
Hex 43 B AC 3D 5E 0 21 105 58 24
Octal 103 13 254 75 136 0 41 405 130 44
Binary 1000011 1011 10101100 111101 1011110 0 100001 100000101 1011000 100100

Color Harmonies of #430BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BAC

Black with #430BAC

Text Example


Text Example

White with #430BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,172); }

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

background-color css

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

 a { background-color: rgb(67,11,172); }

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

border-color css

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

 span { border-color: rgb(67,11,172); }

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