Html Css Color HEX #2F25CD Persian Blue

📋 copy color: '#2F25CD'

red 47 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #2F25CD

Tints of Persian Blue #2F25CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 16.26%
G = 12.8%
B = 70.93%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F25CD (or 0x2F25CD) is known color: Persian Blue. HEX triplet: 2F, 25 and CD. RGB value is (47,37,205). Sum of RGB (Red+Green+Blue) = 47+37+205=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F25CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F25CD is #D0DA32. Grayscale: #3A3A3A. Windows color (decimal): -13687347 or 13444399. OLE color: 13444399.

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

Color convert

RGB 47 37 205 -
CMYK 0.77 0.82 0 0.20
HSL 243.57º 0.69% 0.47% -
HSV(B) 243.57º 0.82% 0.8% -
XYZ 12.85 6.34 58.3 -
YUV 59.14 210.31 119.34 -
System Red Green Blue C M Y K H S L
Decimal 47 37 205 0.77 0.82 0 0.20 243.57 0.69 0.47
Hex 2F 25 CD 4D 52 0 14 F4 45 2F
Octal 57 45 315 115 122 0 24 364 105 57
Binary 101111 100101 11001101 1001101 1010010 0 10100 11110100 1000101 101111

Color Harmonies of #2F25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F25CD

Black with #2F25CD

Text Example


Text Example

White with #2F25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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