#421298

Color #421298 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #421298

Tints of Persian Indigo #421298

Color information

#421298 (or 0x421298) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 98. RGB value is (66,18,152). Sum of RGB (Red+Green+Blue) = 66+18+152=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #421298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421298 is #BDED67. Grayscale: #2F2F2F. Windows color (decimal): -12447080 or 9966146. OLE color: 9966146.

HSL color Cylindrical-coordinate representation of color #421298: hue angle of 261.49º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421298 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6618152-
CMYK0.570.8800.40
HSL261.49º78.82%33.33%-
HSV(B)261.49º88.16%59.61%-
XYZ8.133.8630.02-
YUV47.63186.9141.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=27.97%
G=7.63%
B=64.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66181520.570.8800.40261.4978.8233.33
Hex42129839580281054f21
Octal102222307113005040511741
Binary10000101001010011000111001101100001010001000001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421298; }

 p { color: rgb(66,18,152); }

 H1.HeaderClassName
 {
   color: #421298;
 }
 .AnyTagClassName
 {
   color: #421298;
 }
</style>
background-color css

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

 a { background-color: rgb(66,18,152); }

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

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

 span { border-color: rgb(66,18,152); }

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