Html Css Color HEX #430B8B Indigo

📋 copy color: '#430B8B'

red 67 ◦ green 11 ◦ blue 139

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

Shades of Indigo #430B8B

Tints of Indigo #430B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 30.88%
G = 5.07%
B = 64.06%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#430B8B (or 0x430B8B) is known color: Indigo. HEX triplet: 43, 0B and 8B. RGB value is (67,11,139). Sum of RGB (Red+Green+Blue) = 67+11+139=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #430B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B8B is #BCF474. Grayscale: #292929. Windows color (decimal): -12383349 or 9112387. OLE color: 9112387.

HSL color Cylindrical-coordinate representation of color #430B8B: hue angle of 266.25º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430B8B is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 11 139 -
CMYK 0.52 0.92 0 0.45
HSL 266.25º 0.85% 0.29% -
HSV(B) 266.25º 0.92% 0.55% -
XYZ 7.09 3.3 24.69 -
YUV 42.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 67 11 139 0.52 0.92 0 0.45 266.25 0.85 0.29
Hex 43 B 8B 34 5C 0 2D 10A 55 1D
Octal 103 13 213 64 134 0 55 412 125 35
Binary 1000011 1011 10001011 110100 1011100 0 101101 100001010 1010101 11101

Color Harmonies of #430B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B8B

Black with #430B8B

Text Example


Text Example

White with #430B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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