Html Css Color HEX #272AD2 Persian Blue

📋 copy color: '#272AD2'

red 39 ◦ green 42 ◦ blue 210

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

Shades of Persian Blue #272AD2

Tints of Persian Blue #272AD2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 210 (82.42% from 255) = 72.16%

R = 13.4%
G = 14.43%
B = 72.16%

CMYK

 C value IS 0.81

 M value IS 0.8

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#272AD2 (or 0x272AD2) is known color: Persian Blue. HEX triplet: 27, 2A and D2. RGB value is (39,42,210). Sum of RGB (Red+Green+Blue) = 39+42+210=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #272AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272AD2 is #D8D52D. Grayscale: #3B3B3B. Windows color (decimal): -14210350 or 13773351. OLE color: 13773351.

HSL color Cylindrical-coordinate representation of color #272AD2: hue angle of 238.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272AD2 is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 42 210 -
CMYK 0.81 0.8 0 0.18
HSL 238.95º 0.69% 0.49% -
HSV(B) 238.95º 0.81% 0.82% -
XYZ 13.3 6.74 61.57 -
YUV 60.26 212.51 112.84 -
System Red Green Blue C M Y K H S L
Decimal 39 42 210 0.81 0.8 0 0.18 238.95 0.69 0.49
Hex 27 2A D2 51 50 0 12 EF 45 31
Octal 47 52 322 121 120 0 22 357 105 61
Binary 100111 101010 11010010 1010001 1010000 0 10010 11101111 1000101 110001

Color Harmonies of #272AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272AD2

Black with #272AD2

Text Example


Text Example

White with #272AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272AD2; }

 p { color: rgb(39,42,210); }

 H1.HeaderClassName
 {
   color: #272AD2;
 }
 .AnyTagClassName
 {
   color: #272AD2;
 }
</style>

background-color css

<style>
 a { background-color: #272AD2; }

 a { background-color: rgb(39,42,210); }

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

border-color css

<style>
 span { border-color: #272AD2; }

 span { border-color: rgb(39,42,210); }

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