Html Css Color HEX #2F2ACD Persian Blue

📋 copy color: '#2F2ACD'

red 47 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #2F2ACD

Tints of Persian Blue #2F2ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 15.99%
G = 14.29%
B = 69.73%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F2ACD (or 0x2F2ACD) is known color: Persian Blue. HEX triplet: 2F, 2A and CD. RGB value is (47,42,205). Sum of RGB (Red+Green+Blue) = 47+42+205=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F2ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ACD is #D0D532. Grayscale: #3D3D3D. Windows color (decimal): -13686067 or 13445679. OLE color: 13445679.

HSL color Cylindrical-coordinate representation of color #2F2ACD: hue angle of 241.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2ACD is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 42 205 -
CMYK 0.77 0.80 0 0.20
HSL 241.84º 0.66% 0.48% -
HSV(B) 241.84º 0.8% 0.8% -
XYZ 13.02 6.67 58.36 -
YUV 62.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 47 42 205 0.77 0.80 0 0.20 241.84 0.66 0.48
Hex 2F 2A CD 4D 50 0 14 F2 42 30
Octal 57 52 315 115 120 0 24 362 102 60
Binary 101111 101010 11001101 1001101 1010000 0 10100 11110010 1000010 110000

Color Harmonies of #2F2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2ACD

Black with #2F2ACD

Text Example


Text Example

White with #2F2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,42,205); }

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

background-color css

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

 a { background-color: rgb(47,42,205); }

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

border-color css

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

 span { border-color: rgb(47,42,205); }

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