Html Css Color HEX #4230BD Purple Heart

📋 copy color: '#4230BD'

red 66 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #4230BD

Tints of Purple Heart #4230BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 21.78%
G = 15.84%
B = 62.38%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4230BD (or 0x4230BD) is known color: Purple Heart. HEX triplet: 42, 30 and BD. RGB value is (66,48,189). Sum of RGB (Red+Green+Blue) = 66+48+189=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #4230BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230BD is #BDCF42. Grayscale: #444444. Windows color (decimal): -12439363 or 12398658. OLE color: 12398658.

HSL color Cylindrical-coordinate representation of color #4230BD: hue angle of 247.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4230BD is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 48 189 -
CMYK 0.65 0.75 0 0.26
HSL 247.66º 0.59% 0.46% -
HSV(B) 247.66º 0.75% 0.74% -
XYZ 12.49 6.95 48.83 -
YUV 69.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 66 48 189 0.65 0.75 0 0.26 247.66 0.59 0.46
Hex 42 30 BD 41 4B 0 1A F8 3B 2E
Octal 102 60 275 101 113 0 32 370 73 56
Binary 1000010 110000 10111101 1000001 1001011 0 11010 11111000 111011 101110

Color Harmonies of #4230BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230BD

Black with #4230BD

Text Example


Text Example

White with #4230BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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