Html Css Color HEX #4230BE Purple Heart

📋 copy color: '#4230BE'

red 66 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #4230BE

Tints of Purple Heart #4230BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 21.71%
G = 15.79%
B = 62.5%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4230BE (or 0x4230BE) is known color: Purple Heart. HEX triplet: 42, 30 and BE. RGB value is (66,48,190). Sum of RGB (Red+Green+Blue) = 66+48+190=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4230BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230BE is #BDCF41. Grayscale: #454545. Windows color (decimal): -12439362 or 12464194. OLE color: 12464194.

HSL color Cylindrical-coordinate representation of color #4230BE: hue angle of 247.61º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4230BE is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 48 190 -
CMYK 0.65 0.75 0 0.25
HSL 247.61º 0.6% 0.47% -
HSV(B) 247.61º 0.75% 0.75% -
XYZ 12.6 6.99 49.4 -
YUV 69.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 66 48 190 0.65 0.75 0 0.25 247.61 0.6 0.47
Hex 42 30 BE 41 4B 0 19 F8 3C 2F
Octal 102 60 276 101 113 0 31 370 74 57
Binary 1000010 110000 10111110 1000001 1001011 0 11001 11111000 111100 101111

Color Harmonies of #4230BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230BE

Black with #4230BE

Text Example


Text Example

White with #4230BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4230BE; }

 p { color: rgb(66,48,190); }

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

background-color css

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

 a { background-color: rgb(66,48,190); }

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

border-color css

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

 span { border-color: rgb(66,48,190); }

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