Html Css Color HEX #2730E1 Persian Blue

📋 copy color: '#2730E1'

red 39 ◦ green 48 ◦ blue 225

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

Shades of Persian Blue #2730E1

Tints of Persian Blue #2730E1

RGB

 RED value IS 39 (15.63% from 255) = 12.5%

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

 BLUE value IS 225 (88.28% from 255) = 72.12%

R = 12.5%
G = 15.38%
B = 72.12%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2730E1 (or 0x2730E1) is known color: Persian Blue. HEX triplet: 27, 30 and E1. RGB value is (39,48,225). Sum of RGB (Red+Green+Blue) = 39+48+225=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #2730E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2730E1 is #D8CF1E. Grayscale: #404040. Windows color (decimal): -14208799 or 14757927. OLE color: 14757927.

HSL color Cylindrical-coordinate representation of color #2730E1: hue angle of 237.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2730E1 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 48 225 -
CMYK 0.83 0.79 0 0.12
HSL 237.1º 0.76% 0.52% -
HSV(B) 237.1º 0.83% 0.88% -
XYZ 15.48 7.98 71.96 -
YUV 65.49 218.02 109.11 -
System Red Green Blue C M Y K H S L
Decimal 39 48 225 0.83 0.79 0 0.12 237.1 0.76 0.52
Hex 27 30 E1 53 4F 0 C ED 4C 34
Octal 47 60 341 123 117 0 14 355 114 64
Binary 100111 110000 11100001 1010011 1001111 0 1100 11101101 1001100 110100

Color Harmonies of #2730E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2730E1

Black with #2730E1

Text Example


Text Example

White with #2730E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2730E1; }

 p { color: rgb(39,48,225); }

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

background-color css

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

 a { background-color: rgb(39,48,225); }

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

border-color css

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

 span { border-color: rgb(39,48,225); }

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