Html Css Color HEX #1F1CCD Persian Blue

📋 copy color: '#1F1CCD'

red 31 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #1F1CCD

Tints of Persian Blue #1F1CCD

RGB

 RED value IS 31 (12.5% from 255) = 11.74%

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

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

R = 11.74%
G = 10.61%
B = 77.65%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F1CCD (or 0x1F1CCD) is known color: Persian Blue. HEX triplet: 1F, 1C and CD. RGB value is (31,28,205). Sum of RGB (Red+Green+Blue) = 31+28+205=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CCD is #E0E332. Grayscale: #303030. Windows color (decimal): -14738227 or 13442079. OLE color: 13442079.

HSL color Cylindrical-coordinate representation of color #1F1CCD: hue angle of 241.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1CCD is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 28 205 -
CMYK 0.85 0.86 0 0.20
HSL 241.02º 0.76% 0.46% -
HSV(B) 241.02º 0.86% 0.8% -
XYZ 12 5.53 58.19 -
YUV 49.08 215.99 115.11 -
System Red Green Blue C M Y K H S L
Decimal 31 28 205 0.85 0.86 0 0.20 241.02 0.76 0.46
Hex 1F 1C CD 55 56 0 14 F1 4C 2E
Octal 37 34 315 125 126 0 24 361 114 56
Binary 11111 11100 11001101 1010101 1010110 0 10100 11110001 1001100 101110

Color Harmonies of #1F1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1CCD

Black with #1F1CCD

Text Example


Text Example

White with #1F1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,28,205); }

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

background-color css

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

 a { background-color: rgb(31,28,205); }

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

border-color css

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

 span { border-color: rgb(31,28,205); }

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