Html Css Color HEX #430298 Indigo

📋 copy color: '#430298'

red 67 ◦ green 2 ◦ blue 152

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

Shades of Indigo #430298

Tints of Indigo #430298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 30.32%
G = 0.9%
B = 68.78%

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

#430298 (or 0x430298) is known color: Indigo. HEX triplet: 43, 02 and 98. RGB value is (67,2,152). Sum of RGB (Red+Green+Blue) = 67+2+152=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #430298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430298 is #BCFD67. Grayscale: #262626. Windows color (decimal): -12385640 or 9962051. OLE color: 9962051.

HSL color Cylindrical-coordinate representation of color #430298: hue angle of 266º degrees, saturation: 0.97, 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 #430298 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 2 152 -
CMYK 0.56 0.99 0 0.40
HSL 266º 0.97% 0.3% -
HSV(B) 266º 0.99% 0.6% -
XYZ 8 3.5 29.96 -
YUV 38.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 67 2 152 0.56 0.99 0 0.40 266 0.97 0.3
Hex 43 2 98 38 63 0 28 10A 61 1E
Octal 103 2 230 70 143 0 50 412 141 36
Binary 1000011 10 10011000 111000 1100011 0 101000 100001010 1100001 11110

Color Harmonies of #430298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430298

Black with #430298

Text Example


Text Example

White with #430298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430298; }

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

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

background-color css

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

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

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

border-color css

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

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

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