Html Css Color HEX #042CE6 Persian Blue

📋 copy color: '#042CE6'

red 4 ◦ green 44 ◦ blue 230

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

Shades of Persian Blue #042CE6

Tints of Persian Blue #042CE6

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 230 (90.23% from 255) = 82.73%

R = 1.44%
G = 15.83%
B = 82.73%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#042CE6 (or 0x042CE6) is known color: Persian Blue. HEX triplet: 04, 2C and E6. RGB value is (4,44,230). Sum of RGB (Red+Green+Blue) = 4+44+230=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 230 (90.23% from 255 or 82.73% from 278); Max value from RGB is 230 - color contains mainly: blue. Hex color #042CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042CE6 is #FBD319. Grayscale: #343434. Windows color (decimal): -16503578 or 15084548. OLE color: 15084548.

HSL color Cylindrical-coordinate representation of color #042CE6: hue angle of 229.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CE6 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 44 230 -
CMYK 0.98 0.81 0 0.10
HSL 229.38º 0.97% 0.46% -
HSV(B) 229.38º 0.98% 0.9% -
XYZ 15.23 7.54 75.52 -
YUV 53.24 227.75 92.88 -
System Red Green Blue C M Y K H S L
Decimal 4 44 230 0.98 0.81 0 0.10 229.38 0.97 0.46
Hex 4 2C E6 62 51 0 A E5 61 2E
Octal 4 54 346 142 121 0 12 345 141 56
Binary 100 101100 11100110 1100010 1010001 0 1010 11100101 1100001 101110

Color Harmonies of #042CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CE6

Black with #042CE6

Text Example


Text Example

White with #042CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042CE6; }

 p { color: rgb(4,44,230); }

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

background-color css

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

 a { background-color: rgb(4,44,230); }

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

border-color css

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

 span { border-color: rgb(4,44,230); }

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