Html Css Color HEX #272BDD Persian Blue

📋 copy color: '#272BDD'

red 39 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #272BDD

Tints of Persian Blue #272BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 12.87%
G = 14.19%
B = 72.94%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#272BDD (or 0x272BDD) is known color: Persian Blue. HEX triplet: 27, 2B and DD. RGB value is (39,43,221). Sum of RGB (Red+Green+Blue) = 39+43+221=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #272BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BDD is #D8D422. Grayscale: #3D3D3D. Windows color (decimal): -14210083 or 14494503. OLE color: 14494503.

HSL color Cylindrical-coordinate representation of color #272BDD: hue angle of 238.68º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272BDD is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 43 221 -
CMYK 0.82 0.81 0 0.13
HSL 238.68º 0.73% 0.51% -
HSV(B) 238.68º 0.82% 0.87% -
XYZ 14.75 7.38 69.05 -
YUV 62.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 39 43 221 0.82 0.81 0 0.13 238.68 0.73 0.51
Hex 27 2B DD 52 51 0 D EF 49 33
Octal 47 53 335 122 121 0 15 357 111 63
Binary 100111 101011 11011101 1010010 1010001 0 1101 11101111 1001001 110011

Color Harmonies of #272BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BDD

Black with #272BDD

Text Example


Text Example

White with #272BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,43,221); }

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

background-color css

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

 a { background-color: rgb(39,43,221); }

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

border-color css

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

 span { border-color: rgb(39,43,221); }

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