Html Css Color HEX #1F42CF Persian Blue

📋 copy color: '#1F42CF'

red 31 ◦ green 66 ◦ blue 207

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

Shades of Persian Blue #1F42CF

Tints of Persian Blue #1F42CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 10.2%
G = 21.71%
B = 68.09%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F42CF (or 0x1F42CF) is known color: Persian Blue. HEX triplet: 1F, 42 and CF. RGB value is (31,66,207). Sum of RGB (Red+Green+Blue) = 31+66+207=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F42CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F42CF is #E0BD30. Grayscale: #474747. Windows color (decimal): -14728497 or 13582879. OLE color: 13582879.

HSL color Cylindrical-coordinate representation of color #1F42CF: hue angle of 228.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F42CF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 66 207 -
CMYK 0.85 0.68 0 0.19
HSL 228.07º 0.74% 0.47% -
HSV(B) 228.07º 0.85% 0.81% -
XYZ 13.78 8.69 59.98 -
YUV 71.61 204.4 99.04 -
System Red Green Blue C M Y K H S L
Decimal 31 66 207 0.85 0.68 0 0.19 228.07 0.74 0.47
Hex 1F 42 CF 55 44 0 13 E4 4A 2F
Octal 37 102 317 125 104 0 23 344 112 57
Binary 11111 1000010 11001111 1010101 1000100 0 10011 11100100 1001010 101111

Color Harmonies of #1F42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F42CF

Black with #1F42CF

Text Example


Text Example

White with #1F42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,207); }

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

background-color css

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

 a { background-color: rgb(31,66,207); }

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

border-color css

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

 span { border-color: rgb(31,66,207); }

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