Html Css Color HEX #430093 Indigo

📋 copy color: '#430093'

red 67 ◦ green 0 ◦ blue 147

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

Shades of Indigo #430093

Tints of Indigo #430093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 31.31%
G = 0%
B = 68.69%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430093 (or 0x430093) is known color: Indigo. HEX triplet: 43, 00 and 93. RGB value is (67,0,147). Sum of RGB (Red+Green+Blue) = 67+0+147=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #430093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430093 is #BCFF6C. Grayscale: #242424. Windows color (decimal): -12386157 or 9633859. OLE color: 9633859.

HSL color Cylindrical-coordinate representation of color #430093: hue angle of 267.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430093 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 0 147 -
CMYK 0.54 1 0 0.42
HSL 267.35º 1% 0.29% -
HSV(B) 267.35º 1% 0.58% -
XYZ 7.58 3.3 27.84 -
YUV 36.79 190.2 149.55 -
System Red Green Blue C M Y K H S L
Decimal 67 0 147 0.54 1 0 0.42 267.35 1 0.29
Hex 43 0 93 36 64 0 2A 10B 64 1D
Octal 103 0 223 66 144 0 52 413 144 35
Binary 1000011 0 10010011 110110 1100100 0 101010 100001011 1100100 11101

Color Harmonies of #430093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430093

Black with #430093

Text Example


Text Example

White with #430093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430093; }

 p { color: rgb(67,0,147); }

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

background-color css

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

 a { background-color: rgb(67,0,147); }

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

border-color css

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

 span { border-color: rgb(67,0,147); }

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