Html Css Color HEX #430F7B Indigo

📋 copy color: '#430F7B'

red 67 ◦ green 15 ◦ blue 123

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

Shades of Indigo #430F7B

Tints of Indigo #430F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 32.68%
G = 7.32%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#430F7B (or 0x430F7B) is known color: Indigo. HEX triplet: 43, 0F and 7B. RGB value is (67,15,123). Sum of RGB (Red+Green+Blue) = 67+15+123=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #430F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F7B is #BCF084. Grayscale: #2A2A2A. Windows color (decimal): -12382341 or 8064835. OLE color: 8064835.

HSL color Cylindrical-coordinate representation of color #430F7B: hue angle of 268.89º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430F7B is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 67 15 123 -
CMYK 0.46 0.88 0 0.52
HSL 268.89º 0.78% 0.27% -
HSV(B) 268.89º 0.88% 0.48% -
XYZ 6.06 2.97 18.99 -
YUV 42.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 67 15 123 0.46 0.88 0 0.52 268.89 0.78 0.27
Hex 43 F 7B 2E 58 0 34 10D 4E 1B
Octal 103 17 173 56 130 0 64 415 116 33
Binary 1000011 1111 1111011 101110 1011000 0 110100 100001101 1001110 11011

Color Harmonies of #430F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F7B

Black with #430F7B

Text Example


Text Example

White with #430F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,15,123); }

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

background-color css

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

 a { background-color: rgb(67,15,123); }

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

border-color css

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

 span { border-color: rgb(67,15,123); }

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