Html Css Color HEX #1F43DC Persian Blue

📋 copy color: '#1F43DC'

red 31 ◦ green 67 ◦ blue 220

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

Shades of Persian Blue #1F43DC

Tints of Persian Blue #1F43DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 220 (86.33% from 255) = 69.18%

R = 9.75%
G = 21.07%
B = 69.18%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F43DC (or 0x1F43DC) is known color: Persian Blue. HEX triplet: 1F, 43 and DC. RGB value is (31,67,220). Sum of RGB (Red+Green+Blue) = 31+67+220=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F43DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F43DC is #E0BC23. Grayscale: #494949. Windows color (decimal): -14728228 or 14435103. OLE color: 14435103.

HSL color Cylindrical-coordinate representation of color #1F43DC: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F43DC is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 67 220 -
CMYK 0.86 0.70 0 0.14
HSL 228.57º 0.75% 0.49% -
HSV(B) 228.57º 0.86% 0.86% -
XYZ 15.49 9.47 68.72 -
YUV 73.68 210.57 97.56 -
System Red Green Blue C M Y K H S L
Decimal 31 67 220 0.86 0.70 0 0.14 228.57 0.75 0.49
Hex 1F 43 DC 56 46 0 E E5 4B 31
Octal 37 103 334 126 106 0 16 345 113 61
Binary 11111 1000011 11011100 1010110 1000110 0 1110 11100101 1001011 110001

Color Harmonies of #1F43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F43DC

Black with #1F43DC

Text Example


Text Example

White with #1F43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,220); }

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

background-color css

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

 a { background-color: rgb(31,67,220); }

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

border-color css

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

 span { border-color: rgb(31,67,220); }

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