Html Css Color HEX #2F39DD Persian Blue

📋 copy color: '#2F39DD'

red 47 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #2F39DD

Tints of Persian Blue #2F39DD

RGB

 RED value IS 47 (18.75% from 255) = 14.46%

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 14.46%
G = 17.54%
B = 68%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F39DD (or 0x2F39DD) is known color: Persian Blue. HEX triplet: 2F, 39 and DD. RGB value is (47,57,221). Sum of RGB (Red+Green+Blue) = 47+57+221=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F39DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F39DD is #D0C622. Grayscale: #484848. Windows color (decimal): -13682211 or 14498095. OLE color: 14498095.

HSL color Cylindrical-coordinate representation of color #2F39DD: hue angle of 236.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F39DD is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 57 221 -
CMYK 0.79 0.74 0 0.13
HSL 236.55º 0.72% 0.53% -
HSV(B) 236.55º 0.79% 0.87% -
XYZ 15.69 8.75 69.27 -
YUV 72.71 211.69 109.66 -
System Red Green Blue C M Y K H S L
Decimal 47 57 221 0.79 0.74 0 0.13 236.55 0.72 0.53
Hex 2F 39 DD 4F 4A 0 D ED 48 35
Octal 57 71 335 117 112 0 15 355 110 65
Binary 101111 111001 11011101 1001111 1001010 0 1101 11101101 1001000 110101

Color Harmonies of #2F39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F39DD

Black with #2F39DD

Text Example


Text Example

White with #2F39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F39DD; }

 p { color: rgb(47,57,221); }

 H1.HeaderClassName
 {
   color: #2F39DD;
 }
 .AnyTagClassName
 {
   color: #2F39DD;
 }
</style>

background-color css

<style>
 a { background-color: #2F39DD; }

 a { background-color: rgb(47,57,221); }

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

border-color css

<style>
 span { border-color: #2F39DD; }

 span { border-color: rgb(47,57,221); }

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