Html Css Color HEX #1C31F2 Persian Blue

📋 copy color: '#1C31F2'

red 28 ◦ green 49 ◦ blue 242

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

Shades of Persian Blue #1C31F2

Tints of Persian Blue #1C31F2

RGB

 RED value IS 28 (11.33% from 255) = 8.78%

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 242 (94.92% from 255) = 75.86%

R = 8.78%
G = 15.36%
B = 75.86%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1C31F2 (or 0x1C31F2) is known color: Persian Blue. HEX triplet: 1C, 31 and F2. RGB value is (28,49,242). Sum of RGB (Red+Green+Blue) = 28+49+242=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #1C31F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C31F2 is #E3CE0D. Grayscale: #3F3F3F. Windows color (decimal): -14929422 or 15872284. OLE color: 15872284.

HSL color Cylindrical-coordinate representation of color #1C31F2: hue angle of 234.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C31F2 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 49 242 -
CMYK 0.88 0.80 0 0.05
HSL 234.11º 0.89% 0.53% -
HSV(B) 234.11º 0.88% 0.95% -
XYZ 17.6 8.85 84.79 -
YUV 64.72 228.04 101.81 -
System Red Green Blue C M Y K H S L
Decimal 28 49 242 0.88 0.80 0 0.05 234.11 0.89 0.53
Hex 1C 31 F2 58 50 0 5 EA 59 35
Octal 34 61 362 130 120 0 5 352 131 65
Binary 11100 110001 11110010 1011000 1010000 0 101 11101010 1011001 110101

Color Harmonies of #1C31F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C31F2

Black with #1C31F2

Text Example


Text Example

White with #1C31F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C31F2; }

 p { color: rgb(28,49,242); }

 H1.HeaderClassName
 {
   color: #1C31F2;
 }
 .AnyTagClassName
 {
   color: #1C31F2;
 }
</style>

background-color css

<style>
 a { background-color: #1C31F2; }

 a { background-color: rgb(28,49,242); }

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

border-color css

<style>
 span { border-color: #1C31F2; }

 span { border-color: rgb(28,49,242); }

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