Html Css Color HEX #430B95 Indigo

📋 copy color: '#430B95'

red 67 ◦ green 11 ◦ blue 149

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

Shades of Indigo #430B95

Tints of Indigo #430B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 29.52%
G = 4.85%
B = 65.64%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430B95 (or 0x430B95) is known color: Indigo. HEX triplet: 43, 0B and 95. RGB value is (67,11,149). Sum of RGB (Red+Green+Blue) = 67+11+149=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #430B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B95 is #BCF46A. Grayscale: #2A2A2A. Windows color (decimal): -12383339 or 9767747. OLE color: 9767747.

HSL color Cylindrical-coordinate representation of color #430B95: hue angle of 264.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430B95 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 11 149 -
CMYK 0.55 0.93 0 0.42
HSL 264.35º 0.86% 0.31% -
HSV(B) 264.35º 0.93% 0.58% -
XYZ 7.86 3.6 28.71 -
YUV 43.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 67 11 149 0.55 0.93 0 0.42 264.35 0.86 0.31
Hex 43 B 95 37 5D 0 2A 108 56 1F
Octal 103 13 225 67 135 0 52 410 126 37
Binary 1000011 1011 10010101 110111 1011101 0 101010 100001000 1010110 11111

Color Harmonies of #430B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B95

Black with #430B95

Text Example


Text Example

White with #430B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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