Html Css Color HEX #430BAE Indigo

📋 copy color: '#430BAE'

red 67 ◦ green 11 ◦ blue 174

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

Shades of Indigo #430BAE

Tints of Indigo #430BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 26.59%
G = 4.37%
B = 69.05%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#430BAE (or 0x430BAE) is known color: Indigo. HEX triplet: 43, 0B and AE. RGB value is (67,11,174). Sum of RGB (Red+Green+Blue) = 67+11+174=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #430BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAE is #BCF451. Grayscale: #2D2D2D. Windows color (decimal): -12383314 or 11406147. OLE color: 11406147.

HSL color Cylindrical-coordinate representation of color #430BAE: hue angle of 260.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 11 174 -
CMYK 0.61 0.94 0 0.32
HSL 260.61º 0.88% 0.36% -
HSV(B) 260.61º 0.94% 0.68% -
XYZ 10.07 4.49 40.38 -
YUV 46.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 67 11 174 0.61 0.94 0 0.32 260.61 0.88 0.36
Hex 43 B AE 3D 5E 0 20 105 58 24
Octal 103 13 256 75 136 0 40 405 130 44
Binary 1000011 1011 10101110 111101 1011110 0 100000 100000101 1011000 100100

Color Harmonies of #430BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BAE

Black with #430BAE

Text Example


Text Example

White with #430BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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