Html Css Color HEX #430398 Indigo

📋 copy color: '#430398'

red 67 ◦ green 3 ◦ blue 152

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

Shades of Indigo #430398

Tints of Indigo #430398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 30.18%
G = 1.35%
B = 68.47%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#430398 (or 0x430398) is known color: Indigo. HEX triplet: 43, 03 and 98. RGB value is (67,3,152). Sum of RGB (Red+Green+Blue) = 67+3+152=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #430398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430398 is #BCFC67. Grayscale: #262626. Windows color (decimal): -12385384 or 9962307. OLE color: 9962307.

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

Color convert

RGB 67 3 152 -
CMYK 0.56 0.98 0 0.40
HSL 265.77º 0.96% 0.3% -
HSV(B) 265.77º 0.98% 0.6% -
XYZ 8.01 3.53 29.96 -
YUV 39.12 191.7 147.88 -
System Red Green Blue C M Y K H S L
Decimal 67 3 152 0.56 0.98 0 0.40 265.77 0.96 0.3
Hex 43 3 98 38 62 0 28 10A 60 1E
Octal 103 3 230 70 142 0 50 412 140 36
Binary 1000011 11 10011000 111000 1100010 0 101000 100001010 1100000 11110

Color Harmonies of #430398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430398

Black with #430398

Text Example


Text Example

White with #430398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430398; }

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

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

background-color css

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

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

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

border-color css

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

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

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