Html Css Color HEX #430198 Indigo

📋 copy color: '#430198'

red 67 ◦ green 1 ◦ blue 152

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

Shades of Indigo #430198

Tints of Indigo #430198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 30.45%
G = 0.45%
B = 69.09%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#430198 (or 0x430198) is known color: Indigo. HEX triplet: 43, 01 and 98. RGB value is (67,1,152). Sum of RGB (Red+Green+Blue) = 67+1+152=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #430198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430198 is #BCFE67. Grayscale: #252525. Windows color (decimal): -12385896 or 9961795. OLE color: 9961795.

HSL color Cylindrical-coordinate representation of color #430198: hue angle of 266.23º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430198 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 1 152 -
CMYK 0.56 0.99 0 0.40
HSL 266.23º 0.99% 0.3% -
HSV(B) 266.23º 0.99% 0.6% -
XYZ 7.99 3.48 29.96 -
YUV 37.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 67 1 152 0.56 0.99 0 0.40 266.23 0.99 0.3
Hex 43 1 98 38 63 0 28 10A 63 1E
Octal 103 1 230 70 143 0 50 412 143 36
Binary 1000011 1 10011000 111000 1100011 0 101000 100001010 1100011 11110

Color Harmonies of #430198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430198

Black with #430198

Text Example


Text Example

White with #430198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430198; }

 p { color: rgb(67,1,152); }

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

background-color css

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

 a { background-color: rgb(67,1,152); }

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

border-color css

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

 span { border-color: rgb(67,1,152); }

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