Html Css Color HEX #421283 Persian Indigo

📋 copy color: '#421283'

red 66 ◦ green 18 ◦ blue 131

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

Shades of Persian Indigo #421283

Tints of Persian Indigo #421283

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 131 (51.56% from 255) = 60.93%

R = 30.7%
G = 8.37%
B = 60.93%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#421283 (or 0x421283) is known color: Persian Indigo. HEX triplet: 42, 12 and 83. RGB value is (66,18,131). Sum of RGB (Red+Green+Blue) = 66+18+131=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #421283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421283 is #BDED7C. Grayscale: #2C2C2C. Windows color (decimal): -12447101 or 8589890. OLE color: 8589890.

HSL color Cylindrical-coordinate representation of color #421283: hue angle of 265.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421283 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 18 131 -
CMYK 0.50 0.86 0 0.49
HSL 265.49º 0.76% 0.29% -
HSV(B) 265.49º 0.86% 0.51% -
XYZ 6.56 3.23 21.75 -
YUV 45.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 66 18 131 0.50 0.86 0 0.49 265.49 0.76 0.29
Hex 42 12 83 32 56 0 31 109 4C 1D
Octal 102 22 203 62 126 0 61 411 114 35
Binary 1000010 10010 10000011 110010 1010110 0 110001 100001001 1001100 11101

Color Harmonies of #421283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421283

Black with #421283

Text Example


Text Example

White with #421283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421283; }

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

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

background-color css

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

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

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

border-color css

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

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

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