Html Css Color HEX #430CAB Indigo

📋 copy color: '#430CAB'

red 67 ◦ green 12 ◦ blue 171

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

Shades of Indigo #430CAB

Tints of Indigo #430CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 26.8%
G = 4.8%
B = 68.4%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#430CAB (or 0x430CAB) is known color: Indigo. HEX triplet: 43, 0C and AB. RGB value is (67,12,171). Sum of RGB (Red+Green+Blue) = 67+12+171=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #430CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CAB is #BCF354. Grayscale: #2D2D2D. Windows color (decimal): -12383061 or 11209795. OLE color: 11209795.

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

Color convert

RGB 67 12 171 -
CMYK 0.61 0.93 0 0.33
HSL 260.75º 0.87% 0.36% -
HSV(B) 260.75º 0.93% 0.67% -
XYZ 9.8 4.4 38.86 -
YUV 46.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 67 12 171 0.61 0.93 0 0.33 260.75 0.87 0.36
Hex 43 C AB 3D 5D 0 21 105 57 24
Octal 103 14 253 75 135 0 41 405 127 44
Binary 1000011 1100 10101011 111101 1011101 0 100001 100000101 1010111 100100

Color Harmonies of #430CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CAB

Black with #430CAB

Text Example


Text Example

White with #430CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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