Html Css Color HEX #430FAB Indigo

📋 copy color: '#430FAB'

red 67 ◦ green 15 ◦ blue 171

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

Shades of Indigo #430FAB

Tints of Indigo #430FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 26.48%
G = 5.93%
B = 67.59%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#430FAB (or 0x430FAB) is known color: Indigo. HEX triplet: 43, 0F and AB. RGB value is (67,15,171). Sum of RGB (Red+Green+Blue) = 67+15+171=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #430FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FAB is #BCF054. Grayscale: #2F2F2F. Windows color (decimal): -12382293 or 11210563. OLE color: 11210563.

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

Color convert

RGB 67 15 171 -
CMYK 0.61 0.91 0 0.33
HSL 260º 0.84% 0.36% -
HSV(B) 260º 0.91% 0.67% -
XYZ 9.84 4.48 38.87 -
YUV 48.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 67 15 171 0.61 0.91 0 0.33 260 0.84 0.36
Hex 43 F AB 3D 5B 0 21 104 54 24
Octal 103 17 253 75 133 0 41 404 124 44
Binary 1000011 1111 10101011 111101 1011011 0 100001 100000100 1010100 100100

Color Harmonies of #430FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430FAB

Black with #430FAB

Text Example


Text Example

White with #430FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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