Html Css Color HEX #4231DD Han Purple

📋 copy color: '#4231DD'

red 66 ◦ green 49 ◦ blue 221

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

Shades of Han Purple #4231DD

Tints of Han Purple #4231DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 19.64%
G = 14.58%
B = 65.77%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4231DD (or 0x4231DD) is known color: Han Purple. HEX triplet: 42, 31 and DD. RGB value is (66,49,221). Sum of RGB (Red+Green+Blue) = 66+49+221=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #4231DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231DD is #BDCE22. Grayscale: #494949. Windows color (decimal): -12439075 or 14496066. OLE color: 14496066.

HSL color Cylindrical-coordinate representation of color #4231DD: hue angle of 245.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4231DD is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 49 221 -
CMYK 0.70 0.78 0 0.13
HSL 245.93º 0.72% 0.53% -
HSV(B) 245.93º 0.78% 0.87% -
XYZ 16.4 8.58 69.2 -
YUV 73.69 211.13 122.51 -
System Red Green Blue C M Y K H S L
Decimal 66 49 221 0.70 0.78 0 0.13 245.93 0.72 0.53
Hex 42 31 DD 46 4E 0 D F6 48 35
Octal 102 61 335 106 116 0 15 366 110 65
Binary 1000010 110001 11011101 1000110 1001110 0 1101 11110110 1001000 110101

Color Harmonies of #4231DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4231DD

Black with #4231DD

Text Example


Text Example

White with #4231DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4231DD; }

 p { color: rgb(66,49,221); }

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

background-color css

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

 a { background-color: rgb(66,49,221); }

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

border-color css

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

 span { border-color: rgb(66,49,221); }

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