Html Css Color HEX #1C2FF1 Persian Blue

📋 copy color: '#1C2FF1'

red 28 ◦ green 47 ◦ blue 241

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

Shades of Persian Blue #1C2FF1

Tints of Persian Blue #1C2FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 241 (94.53% from 255) = 76.27%

R = 8.86%
G = 14.87%
B = 76.27%

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

#1C2FF1 (or 0x1C2FF1) is known color: Persian Blue. HEX triplet: 1C, 2F and F1. RGB value is (28,47,241). Sum of RGB (Red+Green+Blue) = 28+47+241=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #1C2FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2FF1 is #E3D00E. Grayscale: #3E3E3E. Windows color (decimal): -14929935 or 15806236. OLE color: 15806236.

HSL color Cylindrical-coordinate representation of color #1C2FF1: hue angle of 234.65º degrees, saturation: 0.88, 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 #1C2FF1 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 47 241 -
CMYK 0.88 0.80 0 0.05
HSL 234.65º 0.88% 0.53% -
HSV(B) 234.65º 0.88% 0.95% -
XYZ 17.37 8.63 83.97 -
YUV 63.44 228.21 102.73 -
System Red Green Blue C M Y K H S L
Decimal 28 47 241 0.88 0.80 0 0.05 234.65 0.88 0.53
Hex 1C 2F F1 58 50 0 5 EB 58 35
Octal 34 57 361 130 120 0 5 353 130 65
Binary 11100 101111 11110001 1011000 1010000 0 101 11101011 1011000 110101

Color Harmonies of #1C2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2FF1

Black with #1C2FF1

Text Example


Text Example

White with #1C2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,241); }

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

background-color css

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

 a { background-color: rgb(28,47,241); }

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

border-color css

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

 span { border-color: rgb(28,47,241); }

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