Html Css Color HEX #2D25CE Persian Blue

📋 copy color: '#2D25CE'

red 45 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #2D25CE

Tints of Persian Blue #2D25CE

RGB

 RED value IS 45 (17.97% from 255) = 15.63%

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 15.63%
G = 12.85%
B = 71.53%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D25CE (or 0x2D25CE) is known color: Persian Blue. HEX triplet: 2D, 25 and CE. RGB value is (45,37,206). Sum of RGB (Red+Green+Blue) = 45+37+206=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D25CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25CE is #D2DA31. Grayscale: #393939. Windows color (decimal): -13818418 or 13509933. OLE color: 13509933.

HSL color Cylindrical-coordinate representation of color #2D25CE: hue angle of 242.84º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D25CE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 37 206 -
CMYK 0.78 0.82 0 0.19
HSL 242.84º 0.7% 0.48% -
HSV(B) 242.84º 0.82% 0.81% -
XYZ 12.88 6.34 58.94 -
YUV 58.66 211.15 118.26 -
System Red Green Blue C M Y K H S L
Decimal 45 37 206 0.78 0.82 0 0.19 242.84 0.7 0.48
Hex 2D 25 CE 4E 52 0 13 F3 46 30
Octal 55 45 316 116 122 0 23 363 106 60
Binary 101101 100101 11001110 1001110 1010010 0 10011 11110011 1000110 110000

Color Harmonies of #2D25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D25CE

Black with #2D25CE

Text Example


Text Example

White with #2D25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,206); }

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

background-color css

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

 a { background-color: rgb(45,37,206); }

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

border-color css

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

 span { border-color: rgb(45,37,206); }

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