Html Css Color HEX #251CC1 Persian Blue

📋 copy color: '#251CC1'

red 37 ◦ green 28 ◦ blue 193

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

Shades of Persian Blue #251CC1

Tints of Persian Blue #251CC1

RGB

 RED value IS 37 (14.84% from 255) = 14.34%

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 193 (75.78% from 255) = 74.81%

R = 14.34%
G = 10.85%
B = 74.81%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#251CC1 (or 0x251CC1) is known color: Persian Blue. HEX triplet: 25, 1C and C1. RGB value is (37,28,193). Sum of RGB (Red+Green+Blue) = 37+28+193=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #251CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CC1 is #DAE33E. Grayscale: #303030. Windows color (decimal): -14345023 or 12655653. OLE color: 12655653.

HSL color Cylindrical-coordinate representation of color #251CC1: hue angle of 243.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251CC1 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 28 193 -
CMYK 0.81 0.85 0 0.24
HSL 243.27º 0.75% 0.43% -
HSV(B) 243.27º 0.85% 0.76% -
XYZ 10.8 5.07 50.86 -
YUV 49.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 37 28 193 0.81 0.85 0 0.24 243.27 0.75 0.43
Hex 25 1C C1 51 55 0 18 F3 4B 2B
Octal 45 34 301 121 125 0 30 363 113 53
Binary 100101 11100 11000001 1010001 1010101 0 11000 11110011 1001011 101011

Color Harmonies of #251CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CC1

Black with #251CC1

Text Example


Text Example

White with #251CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251CC1; }

 p { color: rgb(37,28,193); }

 H1.HeaderClassName
 {
   color: #251CC1;
 }
 .AnyTagClassName
 {
   color: #251CC1;
 }
</style>

background-color css

<style>
 a { background-color: #251CC1; }

 a { background-color: rgb(37,28,193); }

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

border-color css

<style>
 span { border-color: #251CC1; }

 span { border-color: rgb(37,28,193); }

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