Html Css Color HEX #272ACF Persian Blue

📋 copy color: '#272ACF'

red 39 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #272ACF

Tints of Persian Blue #272ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 13.54%
G = 14.58%
B = 71.88%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#272ACF (or 0x272ACF) is known color: Persian Blue. HEX triplet: 27, 2A and CF. RGB value is (39,42,207). Sum of RGB (Red+Green+Blue) = 39+42+207=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #272ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ACF is #D8D530. Grayscale: #3B3B3B. Windows color (decimal): -14210353 or 13576743. OLE color: 13576743.

HSL color Cylindrical-coordinate representation of color #272ACF: hue angle of 238.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272ACF is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 42 207 -
CMYK 0.81 0.80 0 0.19
HSL 238.93º 0.68% 0.48% -
HSV(B) 238.93º 0.81% 0.81% -
XYZ 12.93 6.59 59.62 -
YUV 59.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 39 42 207 0.81 0.80 0 0.19 238.93 0.68 0.48
Hex 27 2A CF 51 50 0 13 EF 44 30
Octal 47 52 317 121 120 0 23 357 104 60
Binary 100111 101010 11001111 1010001 1010000 0 10011 11101111 1000100 110000

Color Harmonies of #272ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ACF

Black with #272ACF

Text Example


Text Example

White with #272ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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